From: jtvolpe Date: Fri, 20 Apr 2001 01:42:28 +0000 (+0000) Subject: This file should not be needed anymore X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=65f80f91abfcd3ac9d0c7b66c50258a81632939e;p=fw%2Fsdcc This file should not be needed anymore git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@739 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/as/mcs51/string.h b/as/mcs51/string.h index fdcd2116..0cc68222 100644 --- a/as/mcs51/string.h +++ b/as/mcs51/string.h @@ -1,6 +1,8 @@ /* STRING.H */ /* DECUC C */ +#if 0 + extern char * strcat(); extern char * strchr(); extern int strcmp(); @@ -13,3 +15,4 @@ extern char * strncpy(); extern int strneq(); extern char * strrchr(); +#endif