]> git.gag.com Git - fw/sdcc/blobdiff - as/z80/string.h
* as/z80/string.h: disable this header for gcc 3.2
[fw/sdcc] / as / z80 / string.h
index fdcd2116f32a5236e0182ab9b2eb24c87228eafc..e99b39b9ec29313e021d0c6ad49decbac53b7ac1 100644 (file)
@@ -1,6 +1,8 @@
 /* STRING.H */
 /* DECUC C */
 
+#ifdef SOME_CRAZY_COMPILER
+
 extern char *  strcat();
 extern char *  strchr();
 extern int     strcmp();
@@ -13,3 +15,5 @@ extern        char *  strncpy();
 extern int     strneq();
 extern char *  strrchr();
 
+#endif
+