]> 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 eaa7edbf25d5b1a5748f1f34bed8e8ea14d854d4..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);