Added xor-oprator
authorceriel <none@none>
Thu, 8 Jan 1987 14:21:56 +0000 (14:21 +0000)
committerceriel <none@none>
Thu, 8 Jan 1987 14:21:56 +0000 (14:21 +0000)
h/cgg_cg.h

index ae3d2b5..e10a7ca 100644 (file)
@@ -121,7 +121,8 @@ typedef struct exprnode *node_p;
 #define EX_INREG       39
 #define EX_REGVAR      40
 #define EX_OR          41
-#define EX_AND         42
+#define EX_XOR         42
+#define EX_AND         43
 
 
 typedef struct {        /* to stack coercions */