]> Shamusworld >> Repos - rmac/blobdiff - expr.h
On some occasions elf output would misplace symbols due to the fact that it D_word...
[rmac] / expr.h
diff --git a/expr.h b/expr.h
index ee94dad45a99c73f1f996725ce087f05b0df09c2..190fbe468f5b6b985dae332247c7297290a26d52 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 *, uint32_t *, WORD *, SYM **);
+int evexpr(TOKEN *, uint32_t *, WORD *, SYM **);
 
 #endif // __EXPR_H__