We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d3fc9 commit b5712e3Copy full SHA for b5712e3
object.h
@@ -10,7 +10,7 @@
10
#define IS_STRING(value) isObjType(value, OBJ_STRING)
11
#define AS_STRING(value) ((ObjString*)AS_OBJ(value))
12
#define AS_CSTRING(value) (((ObjString*)AS_OBJ(value))->chars)
13
-struct VM;
+typedef struct VM;
14
15
typedef enum {
16
OBJ_STRING,
0 commit comments