We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b832169 commit 431bb3dCopy full SHA for 431bb3d
src/core/t-struct.c
@@ -60,7 +60,7 @@ static const REBINT type_to_sym [STRUCT_TYPE_MAX] = {
60
//STRUCT_TYPE_MAX
61
};
62
63
-static get_scalar(REBSTU *stu,
+static REBFLG get_scalar(REBSTU *stu,
64
struct Struct_Field *field,
65
REBCNT n, /* element index, starting from 0 */
66
REBVAL *val)
0 commit comments