]> 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 ee94dad45a99c73f1f996725ce087f05b0df09c2..f03ca1e6f06130d78438ef5ec04506342545947b 100644 (file)
--- a/expr.h
+++ b/expr.h
@@ -34,7 +34,7 @@
 void InitExpression(void);
 int expr1(void);
 int expr2(void);
-int expr(TOKEN *, VALUE *, WORD *, SYM **);
-int evexpr(TOKEN *, VALUE *, WORD *, SYM **);
+int expr(TOKEN *, uint64_t *, WORD *, SYM **);
+int evexpr(TOKEN *, uint64_t *, WORD *, SYM **);
 
 #endif // __EXPR_H__