From dee72dfcc0124be81e338a1d85948b8f1250085d Mon Sep 17 00:00:00 2001 From: c+1 Date: Mon, 2 Oct 2023 13:13:23 -0400 Subject: emalloc(), ecalloc(), erealloc() --- src/include/token.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/token.h') diff --git a/src/include/token.h b/src/include/token.h index d3dda67..1a307cd 100644 --- a/src/include/token.h +++ b/src/include/token.h @@ -13,7 +13,7 @@ typedef struct TOKEN_STRUC { enum TOKEN_ENUM { TOKEN_KEYWORD, // keyword - TOKEN_PRIM_STR, // 'string' + TOKEN_PRIM_STR, // "string" TOKEN_PRIM_INT, // 42 TOKEN_COMM, // `comment` TOKEN_STMNT_END, // ; -- cgit v1.2.3