* as/hc08/asmain.c (asexit),
[fw/sdcc] / src / SDCCsymt.h
index bcf6e418a0ebae9984e902d2e508841a866b1591..8455dbcfb2bdda4ae4b78b39ddd160253c0c336d 100644 (file)
@@ -256,6 +256,7 @@ typedef struct symbol
     in the symbol and not in v_struct or the declarator */
     unsigned implicit:1;                /* implicit flag                     */
     unsigned undefined:1;               /* undefined variable                */
+    unsigned infertype:1;               /* type should be inferred from first assign */
     unsigned _isparm:1;                 /* is a parameter          */
     unsigned ismyparm:1;                /* is parameter of the function being generated */
     unsigned isitmp:1;                  /* is an intermediate temp */