X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sdcc_vc.h;h=afd0f2947caf50134f2cfd7bbad5ac24640aded2;hb=fbf8a719c6f2b87b10d723b60371436e2aebe2af;hp=ca2e5156037f966c323b6e4b86214cc7214706ef;hpb=aed2b39c46fcdfdd017adbf9e50c254efc5dea42;p=fw%2Fsdcc diff --git a/sdcc_vc.h b/sdcc_vc.h index ca2e5156..afd0f294 100644 --- a/sdcc_vc.h +++ b/sdcc_vc.h @@ -9,6 +9,10 @@ #define SDCC_VERSION_P 1 #define SDCC_VERSION_STR "2.2.2" +/* MSVC 6 does not have __FUNCTION__ preprocessor macro defined */ + +#define __FUNCTION__ __FILE__ + #undef PREFIX #undef DATADIR #undef SRCDIR