aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/parser.h b/src/parser.h
index c26e265..2604be4 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -44,10 +44,10 @@ typedef enum Builtin {
44 BUILTIN_IS_ZERO, 44 BUILTIN_IS_ZERO,
45 BUILTIN_IS_FIXNUM, 45 BUILTIN_IS_FIXNUM,
46 BUILTIN_IS_BOOL, 46 BUILTIN_IS_BOOL,
47 BUILTIN_IS_PRINT, 47 BUILTIN_PRINT,
48 BUILTIN_IS_CONS, 48 BUILTIN_CONS,
49 BUILTIN_IS_CAR, 49 BUILTIN_CAR,
50 BUILTIN_IS_CDR, 50 BUILTIN_CDR,
51} Builtin; 51} Builtin;
52 52
53typedef struct Object { 53typedef struct Object {