summary refs log tree commit diff
path: root/lisc/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/parse.c')
-rw-r--r--lisc/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/parse.c b/lisc/parse.c
index 77bde86..a27b1eb 100644
--- a/lisc/parse.c
+++ b/lisc/parse.c
@@ -139,7 +139,7 @@ lex()
 		{ "jmp", TJmp },
 		{ "jez", TJez },
 		{ "ret", TRet },
-		{ 0 },
+		{ 0, TXXX }
 	};
 	static char tok[NString];
 	int c, i, sgn;