From: ceriel Date: Thu, 8 Jan 1987 14:21:56 +0000 (+0000) Subject: Added xor-oprator X-Git-Tag: release-5-5~5035 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0a237df13d5658dbd5aefcd2d5a0366361b01289;p=ack.git Added xor-oprator --- diff --git a/h/cgg_cg.h b/h/cgg_cg.h index ae3d2b5ca..e10a7cae1 100644 --- a/h/cgg_cg.h +++ b/h/cgg_cg.h @@ -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 */