Hopefully --vc works now
[fw/sdcc] / support / Util / SDCCerr.h
index 1c2384aca60e1b2c6c53ed54abde55c36fd353a5..c78100c24aa307d731e5a1e4f91bd0a11fe1b9c0 100644 (file)
@@ -244,4 +244,12 @@ fatal - Output a standard eror message with variable number of arguements and
 
 void    fatal (int exitCode, int errNum, ... ) ;
 
+/*
+-------------------------------------------------------------------------------
+style - Change the output error style to MSVC
+-------------------------------------------------------------------------------
+*/
+
+void    MSVC_style (int style) ;
+
 #endif