]> Shamusworld >> Repos - rmac/blobdiff - expr.h
Fixes for last commit; version is now 1.10.0.
[rmac] / expr.h
diff --git a/expr.h b/expr.h
index ee94dad45a99c73f1f996725ce087f05b0df09c2..6ebbe673305ffb17e573fc5a476686a63cd8f017 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(TOKENPTR, uint64_t *, WORD *, SYM **);
+int evexpr(TOKENPTR, uint64_t *, WORD *, SYM **);
 
 #endif // __EXPR_H__