]> Shamusworld >> Repos - rmac/blobdiff - token.h
Fixed .cargs problem, more code cleanup/fixup
[rmac] / token.h
diff --git a/token.h b/token.h
index 2daf6445c1426113d5ec60de3807ea8e969c457c..becd0747f9a6ba93e79566ef258025afad109feb 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 SetFilenameForErrorReporting(void);
 int tokln(void);
 int fpop(void);
 int d_goto(WORD);