]> Shamusworld >> Repos - rmac/blobdiff - expr.c
More fixups to remove warnings, removal of more cruft.
[rmac] / expr.c
diff --git a/expr.c b/expr.c
index 0335fbd12de4f46173e5efb254b85c5302126ad3..31eb89974fb0eab6b6ab40bc0ef99597ad5a53e2 100644 (file)
--- a/expr.c
+++ b/expr.c
@@ -71,7 +71,7 @@ static VALUE str_value(char * p)
 //
 // Initialize Expression Analyzer
 //
-void init_expr(void)
+void InitExpression(void)
 {
        int i;                                                                  // Iterator
        char * p;                                                               // Token pointer