]> Shamusworld >> Repos - rmac/blobdiff - token.h
Fixed error reporting wrong file, off-by-one error in file record system.
[rmac] / token.h
diff --git a/token.h b/token.h
index eaa7edbf25d5b1a5748f1f34bed8e8ea14d854d4..2daf6445c1426113d5ec60de3807ea8e969c457c 100644 (file)
--- a/token.h
+++ b/token.h
@@ -156,7 +156,7 @@ extern char * string[];
 // Prototypes
 int include(int, char *);
 void init_token(void);
-void setfnum(WORD);
+//void setfnum(WORD);
 int tokln(void);
 int fpop(void);
 int d_goto(WORD);