]> Shamusworld >> Repos - rmac/blobdiff - token.h
Various code cleanups, mainly to do with RISC assembly.
[rmac] / token.h
diff --git a/token.h b/token.h
index 2daf6445c1426113d5ec60de3807ea8e969c457c..0109489f588cf0e409974b57f8faab6539672382 100644 (file)
--- a/token.h
+++ b/token.h
@@ -10,7 +10,6 @@
 #define __TOKEN_H__
 
 #include "rmac.h"
-//#include "risca.h"
 
 // Include Files and Macros
 #define SRC_IFILE       0                                      // Input source is IFILE
@@ -156,7 +155,7 @@ extern char * string[];
 // Prototypes
 int include(int, char *);
 void init_token(void);
-//void setfnum(WORD);
+void SetFilenameForErrorReporting(void);
 int tokln(void);
 int fpop(void);
 int d_goto(WORD);