Skip to content

Commit b5712e3

Browse files
authored
Update object.h
1 parent a7d3fc9 commit b5712e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define IS_STRING(value) isObjType(value, OBJ_STRING)
1111
#define AS_STRING(value) ((ObjString*)AS_OBJ(value))
1212
#define AS_CSTRING(value) (((ObjString*)AS_OBJ(value))->chars)
13-
struct VM;
13+
typedef struct VM;
1414

1515
typedef enum {
1616
OBJ_STRING,

0 commit comments

Comments
 (0)