]> Shamusworld >> Repos - rmac/blobdiff - direct.h
Roll back TOKENPTR changes and most of the .u32 changes weren't needed.
[rmac] / direct.h
index 0f9615edd0ea8092a3b7a99028833f20df438b3c..d1924de5ab0a6d5243bea5e7f53f34b9cd290f08 100644 (file)
--- a/direct.h
+++ b/direct.h
@@ -10,6 +10,7 @@
 #define __DIRECT_H__
 
 #include "rmac.h"
+#include "token.h"
 
 // Exported variables
 extern TOKEN exprbuf[];
@@ -21,7 +22,7 @@ extern int largestAlign[];
 void auto_even(void);
 int dep_block(uint32_t, WORD, uint32_t, WORD, TOKEN *);
 int eject(void);
-int abs_expr(uint32_t *);
+int abs_expr(uint64_t *);
 int symlist(int(*)());
 
 int d_even(void);