]> git.gag.com Git - fw/sdcc/commitdiff
removed for gcc 3.2
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 22 Jan 2003 13:13:09 +0000 (13:13 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 22 Jan 2003 13:13:09 +0000 (13:13 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2165 4a8a32a2-be11-0410-ad9d-d568d2c75423

as/z80/string.h [deleted file]

diff --git a/as/z80/string.h b/as/z80/string.h
deleted file mode 100644 (file)
index e99b39b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* STRING.H */
-/* DECUC C */
-
-#ifdef SOME_CRAZY_COMPILER
-
-extern char *  strcat();
-extern char *  strchr();
-extern int     strcmp();
-extern char *  strcpy();
-extern int     streq();
-extern int     strlen();
-extern char *  strncat();
-extern int     strncmp();
-extern char *  strncpy();
-extern int     strneq();
-extern char *  strrchr();
-
-#endif
-