]> Shamusworld >> Repos - rmac/blobdiff - expr.h
Roll back TOKENPTR changes and most of the .u32 changes weren't needed.
[rmac] / expr.h
diff --git a/expr.h b/expr.h
index 6ebbe673305ffb17e573fc5a476686a63cd8f017..f03ca1e6f06130d78438ef5ec04506342545947b 100644 (file)
--- a/expr.h
+++ b/expr.h
@@ -34,7 +34,7 @@
 void InitExpression(void);
 int expr1(void);
 int expr2(void);
 void InitExpression(void);
 int expr1(void);
 int expr2(void);
-int expr(TOKENPTR, uint64_t *, WORD *, SYM **);
-int evexpr(TOKENPTR, uint64_t *, WORD *, SYM **);
+int expr(TOKEN *, uint64_t *, WORD *, SYM **);
+int evexpr(TOKEN *, uint64_t *, WORD *, SYM **);
 
 #endif // __EXPR_H__
 
 #endif // __EXPR_H__