]> Shamusworld >> Repos - rmac/blobdiff - token.h
Fixes for last commit; version is now 1.10.0.
[rmac] / token.h
diff --git a/token.h b/token.h
index cedaa037d8ce6752fd7d80133a33fac34a5cf5e6..3867f7e8a59560863980345d90b92e64e2908205 100644 (file)
--- a/token.h
+++ b/token.h
@@ -153,7 +153,7 @@ extern int lnsave;
 extern uint16_t curlineno;
 extern char * curfname;
 extern WORD cfileno;
-extern TOKEN * tok;
+extern TOKENPTR tok;
 extern char lnbuf[];
 extern char lntag;
 extern char tolowertab[];
@@ -170,6 +170,7 @@ int TokenizeLine(void);
 int fpop(void);
 int d_goto(WORD);
 INOBJ * a_inobj(int);
+void DumpToken(TOKEN);
 void DumpTokenBuffer(void);
 
 #endif // __TOKEN_H__