Added a new operator for ncg: is_rom()

This commit is contained in:
ceriel
1990-02-09 16:34:17 +00:00
parent d796fe1f4e
commit 92ca72deb6
5 changed files with 14 additions and 2 deletions

View File

@@ -129,6 +129,7 @@ typedef struct exprnode *node_p;
#define EX_OR 41
#define EX_XOR 42
#define EX_AND 43
#define EX_ISROM 44
typedef struct { /* to stack coercions */