Added bitwise EX_OR and EX_AND.
authorceriel <none@none>
Thu, 8 Jan 1987 14:03:43 +0000 (14:03 +0000)
committerceriel <none@none>
Thu, 8 Jan 1987 14:03:43 +0000 (14:03 +0000)
h/cgg_cg.h

index ea8c4a1..ae3d2b5 100644 (file)
@@ -120,6 +120,8 @@ typedef struct exprnode *node_p;
 #define EX_HIGHW       38
 #define EX_INREG       39
 #define EX_REGVAR      40
+#define EX_OR          41
+#define EX_AND         42
 
 
 typedef struct {        /* to stack coercions */