Applied patch #2762516
[fw/sdcc] / src / SDCCsymt.h
index 8fa773c7d44946218fc11d26092cce483fd88d2d..c85d1d6e10f0a65bf88c24e71ce687525aeee00e 100644 (file)
@@ -583,6 +583,7 @@ typedef enum
   RESULT_TYPE_INT,
   RESULT_TYPE_OTHER,    /* operands will be promoted to int */
   RESULT_TYPE_IFX,
+  RESULT_TYPE_GPTR,     /* operands will be promoted to generic ptr */
 } RESULT_TYPE;
 
 /* forward definitions for the symbol table related functions */