X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.h;h=2daf6445c1426113d5ec60de3807ea8e969c457c;hp=eaa7edbf25d5b1a5748f1f34bed8e8ea14d854d4;hb=44301fed8a6d94673afa3aae3a8a0a76aebac6f7;hpb=2cc3049ac981e8485698b7592397bd66ddb5d9d0 diff --git a/token.h b/token.h index eaa7edb..2daf644 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 setfnum(WORD); int tokln(void); int fpop(void); int d_goto(WORD);