]> Shamusworld >> Repos - rmac/blobdiff - token.h
Actually implement ^^FILESIZE this time :)
[rmac] / token.h
diff --git a/token.h b/token.h
index 4931bb0a1a26d82b9b916aa9e91bced6715213b9..18ca4239666e672f2f1f4deaa5865dc0b90dabcb 100644 (file)
--- a/token.h
+++ b/token.h
@@ -74,7 +74,8 @@
 #define CR_TIME         'x'                    // ^^time - DOS format time
 #define CR_DATE         'y'                    // ^^date - DOS format date
 #define CR_ABSCOUNT     'z'                    // ^^abscount - count the number of bytes
-                                                                       // defined in curent .abs section
+                                                                       // defined in current .abs section
+#define CR_FILESIZE     'F'                    // ^^filesize - return the size in bytes of a file
 
 // Character Attributes
 #define ILLEG           0                      // Illegal character (unused)