X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=expr.h;h=e8436f4c89bff855d4192c507e313ac9c8f17c63;hb=26019087571ebcafae571c7d32f485ceb8af8c5d;hp=ebba6594656c1b3cadf3c129cde5673c43aa2951;hpb=60f204cb9e3905100da0d89f14bb40db764acd9e;p=rmac 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);