X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.h;h=becd0747f9a6ba93e79566ef258025afad109feb;hp=eaa7edbf25d5b1a5748f1f34bed8e8ea14d854d4;hb=adc2f2df316f46cc70f8939f30c5f39ce6470a20;hpb=daf2f61a3664329ae7f9609e1e14da2b8780fd10 diff --git a/token.h b/token.h index eaa7edb..becd074 100644 --- 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);