a possible fix for bug #460662 part 2
[fw/sdcc] / src / SDCCicode.h
index 12d31f035b2877a2348e2433661208030dd451b0..5b6f38754342559ab31f1175cf5267d1a258a18d 100644 (file)
@@ -49,6 +49,7 @@ typedef enum
 OPTYPE;
 
 #define IS_SYMOP(op) (op && op->type == SYMBOL)
+#define IS_VALOP(op) (op && op->type == VALUE)
 #define ADDTOCHAIN(x) addSetHead(&iCodeChain,x)
 
 #define LRFTYPE       sym_link *ltype = operandType(left), \