* as/mcs51/asdata.c,
[fw/sdcc] / sdcc_vc_in.h
index 840ffe9b54d255050fd68b85c3e6211d9c8d9fee..2ce8d1b1708aa24d198f70698641ca1a9be06249 100644 (file)
@@ -11,6 +11,8 @@
 #define __FUNCTION__  __FILE__
 #endif
 
+#define __func__      __FUNCTION__
+
 #define DIR_SEPARATOR_STRING "\\"
 #define DIR_SEPARATOR_CHAR   '\\'
 
@@ -25,7 +27,7 @@
 #define BIN2DATA_DIR          "\\.."
 #define PREFIX2BIN_DIR        "\\bin"
 #define PREFIX2DATA_DIR       ""
-#define BINDIR PREFIX            "\\bin"
+#define BINDIR PREFIX         "\\bin"
 
 /* environment variables */
 #define SDCC_DIR_NAME "SDCC_HOME"
@@ -42,7 +44,6 @@
 /* #undef STD_XA51_LIB */
 
 /* #undef HAVE_SYS_SOCKET_H */
-#define HAVE_MALLOC_H
 
 #undef HAVE_STRERROR
 #define HAVE_VSNPRINTF