Home
last modified time | relevance | path

Searched refs:vc_err_style (Results 1 – 2 of 2) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCglobl.h310 … int vc_err_style; /* errors and warnings are compatible with Micro$oft visual studio */ member
H A DSDCCmain.c180 …{0, OPTION_MSVC_ERROR_STYLE, &options.vc_err_style, "messages are compatible with Micro$oft visu…
1607 MSVC_style (options.vc_err_style); in parseCmdLine()