X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2FUtil%2FSDCCerr.h;h=c78100c24aa307d731e5a1e4f91bd0a11fe1b9c0;hb=411421fa80ec840399a8608e4819095dbf40374f;hp=1c2384aca60e1b2c6c53ed54abde55c36fd353a5;hpb=2820edd2797c42c99b666f411482126860c7943c;p=fw%2Fsdcc diff --git a/support/Util/SDCCerr.h b/support/Util/SDCCerr.h index 1c2384ac..c78100c2 100644 --- a/support/Util/SDCCerr.h +++ b/support/Util/SDCCerr.h @@ -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