]> Shamusworld >> Repos - rmac/blobdiff - expr.h
Code cleanup, version bump for last commit. :-)
[rmac] / expr.h
diff --git a/expr.h b/expr.h
index ebba6594656c1b3cadf3c129cde5673c43aa2951..e8436f4c89bff855d4192c507e313ac9c8f17c63 100644 (file)
--- a/expr.h
+++ b/expr.h
@@ -30,7 +30,7 @@
 #define XOR          11                // Bitwise xor: ^
 #define OR           12                // Bitwise or: |
 
-// Prototypes
+// Exported functions
 void InitExpression(void);
 int expr1(void);
 int expr2(void);