]> git.gag.com Git - fw/sdcc/blobdiff - sdcc_vc.h
* device/lib/z80/printf.c (sprintf): Added.
[fw/sdcc] / sdcc_vc.h
index 1257a016c0bd1df593856c15ee05b10364f7e3a7..b5650ca844e90118e7179a787f05401f78f573c2 100644 (file)
--- 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
@@ -33,8 +37,6 @@
 #undef OPT_DISABLE_MCS51
 #undef OPT_DISABLE_AVR
 
-#define OPT_DISABLE_GC                 1
-
 #endif
 
 /* End of config.h */