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 1357910 commit a7d3fc9Copy full SHA for a7d3fc9
object.h
@@ -10,8 +10,6 @@
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
-
14
-typedef struct ObjString ObjString;
15
struct VM;
16
17
typedef enum {
0 commit comments