* src/mcs51/gen.c (outBitC): retry of optimization for dummy result
[fw/sdcc] / as / z80 / alloc.h
index 417d370465026f8f83afc475f06b963c5c7a8999..f4ee1b95221f36793f8dd9cd25572fab0856bec4 100644 (file)
@@ -2,9 +2,9 @@
 /* DECUS C */
 
 #ifndef SDK
-extern char    *alloc();
-extern char    *malloc();
-extern char    *calloc();
-extern char    *realloc();
+//extern       char    *alloc();
+//extern       char    *malloc();
+//extern       char    *calloc();
+//extern       char    *realloc();
 #endif