diff --git a/lisp.c b/lisp.c index 1c3e698..8d999fe 100644 --- a/lisp.c +++ b/lisp.c @@ -72,7 +72,7 @@ _Alignas(char) const char kSymbols[] = "NIL\0" "CAR\0" "CDR\0" "CONS\0" - "LAMBDA\0"; + "LAMBDA"; #ifdef __REAL_MODE__ static struct Lisp *const q; diff --git a/sectorlisp.S b/sectorlisp.S index 2bbcdff..6c1f86b 100644 --- a/sectorlisp.S +++ b/sectorlisp.S @@ -441,4 +441,3 @@ kSymbols: .string "CDR" .string "CONS" .string "LAMBDA" - .string ""