Added option --use-stdout
[fw/sdcc] / src / SDCCglobl.h
index 6df7d99ccf860251da5ada0c05c8f70cc6afd1c0..42759a82cf9941ea99eb90fb9c6d785a4f181136 100644 (file)
@@ -243,6 +243,7 @@ struct options
     int iCodeInAsm;             /* show i-code in asm */
     int printSearchDirs;        /* display the directories in the compiler's search path */
     int vc_err_style;           /* errors and warnings are compatible with Micro$oft visual studio */
+    int use_stdout;             /* send errors to stdout instead of stderr */
     /* sets */
     set *calleeSavesSet;        /* list of functions using callee save */
     set *excludeRegsSet;        /* registers excluded from saving */