upcast parameters to varargs functions to int or generic pointers where appropriate
[fw/sdcc] / src / SDCCast.h
index 7af66517130c6d3e620c60dcdd5204345fe38e1f..617b944d689288c2c30ada0d30746b9898b636f3 100644 (file)
@@ -79,6 +79,9 @@ typedef  struct   ast {
            symbol   *continueLabel;  /* conditional check   */
            symbol   *condLabel;      /* conditional label   */
        } forVals ;
+       unsigned literalFromCast;     /* true if this is an EX_VALUE of LITERAL 
+                                      * type resulting from a typecast.
+                                      */
     } values ;
     
     int   lineno         ;  /* source file line number     */