Skip to content

Commit a7d3fc9

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

object.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
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-
14-
typedef struct ObjString ObjString;
1513
struct VM;
1614

1715
typedef enum {

0 commit comments

Comments
 (0)