X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.h;h=c7dc4b194cceffc74eecbb50a4bdf02f5f727e84;hp=0109489f588cf0e409974b57f8faab6539672382;hb=bae665568253091714d5b32ad634d9024f40ee10;hpb=f6e6a55c4cdaf0dffa0897792dc5926c7b173a23 diff --git a/token.h b/token.h index 0109489..c7dc4b1 100644 --- a/token.h +++ b/token.h @@ -154,9 +154,9 @@ extern char * string[]; // Prototypes int include(int, char *); -void init_token(void); +void InitTokenizer(void); void SetFilenameForErrorReporting(void); -int tokln(void); +int TokenizeLine(void); int fpop(void); int d_goto(WORD); //int d_goto(void);