]> Shamusworld >> Repos - rmac/blobdiff - expr.h
More fixups to remove warnings, removal of more cruft.
[rmac] / expr.h
diff --git a/expr.h b/expr.h
index c8c1e85d7ae823bbc268a668c6865811d74568d9..148157f33af4bc1f708ec52071f879c65323169c 100644 (file)
--- a/expr.h
+++ b/expr.h
@@ -31,7 +31,7 @@
 #define OR           12                        // Bitwise or: |
 
 // Prototypes
-void init_expr(void);
+void InitExpression(void);
 int expr1(void);
 int expr2(void);
 int expr(TOKEN *, VALUE *, WORD *, SYM **);