X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.h;h=0109489f588cf0e409974b57f8faab6539672382;hp=2daf6445c1426113d5ec60de3807ea8e969c457c;hb=82307651be6db411532b317a5ebc6edd933eea8d;hpb=44301fed8a6d94673afa3aae3a8a0a76aebac6f7 diff --git a/token.h b/token.h index 2daf644..0109489 100644 --- 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);