X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sdcc_vc.h;h=afd0f2947caf50134f2cfd7bbad5ac24640aded2;hb=2f566bab0a5fe0bf025d6c892d6fc309966618f1;hp=0677a76e5c6dbb3fa96f75780260369dfb4a5224;hpb=f42f6705998596542ceadc46940ab6acd42e6d3a;p=fw%2Fsdcc diff --git a/sdcc_vc.h b/sdcc_vc.h index 0677a76e..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 @@ -32,6 +36,8 @@ #undef OPT_DISABLE_GBZ80 #undef OPT_DISABLE_MCS51 #undef OPT_DISABLE_AVR +#define OPT_DISABLE_I186 1 +#define OPT_DISABLE_TLCS900H 1 #endif