next step towards advanged type checking
[fw/sdcc] / src / SDCCglobl.h
index c7cdc5f937f1efdfb78e1352a7440f4b22747490..ee06a3d23894b3459b4d0af0791b2d539e6ddd72 100644 (file)
@@ -217,6 +217,7 @@ struct options
     int nostdlib:1;            /* Don't use standard lib files */
     int nostdinc:1;            /* Don't use standard include files */
     int verbose:1;             /* Show what the compiler is doing */
+    int shortisint:1;           /* treat short like int or char */
 
     char *calleeSaves[128];    /* list of functions using callee save */
     char *excludeRegs[32];     /* registers excluded from saving */