From: bernhardheld Date: Wed, 22 Jan 2003 13:13:09 +0000 (+0000) Subject: removed for gcc 3.2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c38cb825b7e3f43bc323fb75ee16bebdc0d1d63c;p=fw%2Fsdcc removed for gcc 3.2 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2165 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/as/z80/string.h b/as/z80/string.h deleted file mode 100644 index e99b39b9..00000000 --- a/as/z80/string.h +++ /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 -