From 9ad63bfb08225dd024d426041982c185bb697dff Mon Sep 17 00:00:00 2001 From: ggn Date: Mon, 7 Mar 2022 18:52:24 +0200 Subject: [PATCH] Fix for ^^filesize (these kind of hacks need to go in the long game) --- token.c | 1 + 1 file changed, 1 insertion(+) diff --git a/token.c b/token.c index 2d3742f..a652f2f 100644 --- a/token.c +++ b/token.c @@ -1199,6 +1199,7 @@ DEBUG { printf("TokenizeLine: Calling fpop() from SRC_IFILE...\n"); } case 119: // macdef case 120: // time case 121: // date + case KW_FILESIZE: // filesize j = -1; } -- 2.37.2