Changed the type of the result of the ! (NOT) operator to char;
[fw/sdcc] / src / SDCCglobl.h
index 711aa74d8dbe7f5313fc7d9851fc516d9904269f..b09081bda301a041037caaea6204782f4bc9dcc6 100644 (file)
@@ -242,8 +242,10 @@ struct options
     int noCcodeInAsm;           /* hide c-code from asm */
     int iCodeInAsm;             /* show i-code in asm */
     int printSearchDirs;        /* display the directories in the compiler's search path */
+    int gen_banksel;           /* enable the generation of the banksel assembler directive in pic16 port */
     int vc_err_style;           /* errors and warnings are compatible with Micro$oft visual studio */
     int use_stdout;             /* send errors to stdout instead of stderr */
+    int no_std_crt0;            /*For the z80/gbz80 do not link default crt0.o*/
     /* sets */
     set *calleeSavesSet;        /* list of functions using callee save */
     set *excludeRegsSet;        /* registers excluded from saving */