X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=expr.h;h=e8436f4c89bff855d4192c507e313ac9c8f17c63;hp=ebba6594656c1b3cadf3c129cde5673c43aa2951;hb=a3feec3b2d24d0f4685549a5059a210e074c2b99;hpb=60f204cb9e3905100da0d89f14bb40db764acd9e diff --git a/expr.h b/expr.h index ebba659..e8436f4 100644 --- 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);