]> Shamusworld >> Repos - rmac/commitdiff
Fix for ^^filesize (these kind of hacks need to go in the long game)
authorggn <ggn@atari.org>
Mon, 7 Mar 2022 16:52:24 +0000 (18:52 +0200)
committerShamus Hammons <jlhamm@acm.org>
Mon, 30 May 2022 19:17:59 +0000 (14:17 -0500)
token.c

diff --git a/token.c b/token.c
index 2d3742fedc6d2643ef3d50f6ecfe118120777aed..a652f2f8328263c048677f84d7b8f4d81d44b4cb 100644 (file)
--- 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;
                        }