]> Shamusworld >> Repos - rmac/blobdiff - direct.h
Roll back TOKENPTR changes and most of the .u32 changes weren't needed.
[rmac] / direct.h
index 3c884dc5a4b34b03cbbd531b8c15d9a4306910ab..d1924de5ab0a6d5243bea5e7f53f34b9cd290f08 100644 (file)
--- a/direct.h
+++ b/direct.h
 #include "token.h"
 
 // Exported variables
 #include "token.h"
 
 // Exported variables
-extern TOKENPTR exprbuf;
+extern TOKEN exprbuf[];
 extern SYM * symbolPtr[];
 extern int (* dirtab[])();
 extern int largestAlign[];
 
 // Exported functions
 void auto_even(void);
 extern SYM * symbolPtr[];
 extern int (* dirtab[])();
 extern int largestAlign[];
 
 // Exported functions
 void auto_even(void);
-int dep_block(uint32_t, WORD, uint32_t, WORD, TOKENPTR);
+int dep_block(uint32_t, WORD, uint32_t, WORD, TOKEN *);
 int eject(void);
 int abs_expr(uint64_t *);
 int symlist(int(*)());
 int eject(void);
 int abs_expr(uint64_t *);
 int symlist(int(*)());