From e9dd8aefd5175330f62300a43e04ab9b0c613cd6 Mon Sep 17 00:00:00 2001 From: kvigor Date: Mon, 25 Jun 2001 16:27:25 +0000 Subject: [PATCH] Clean up some compiler warnings git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@944 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- as/mcs51/asm.h | 4 ++++ as/mcs51/string.h | 18 ------------------ 2 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 as/mcs51/string.h diff --git a/as/mcs51/asm.h b/as/mcs51/asm.h index 2b2639e8..cffafad1 100644 --- a/as/mcs51/asm.h +++ b/as/mcs51/asm.h @@ -29,6 +29,10 @@ #define VERSION "V01.70 + NoICE + SDCC mods + Flat24 Feb-1999" +#if !defined(__BORLANDC__) && !defined(_MSC_VER) +#include +#endif + /* * Case Sensitivity Flag */ diff --git a/as/mcs51/string.h b/as/mcs51/string.h deleted file mode 100644 index 0cc68222..00000000 --- a/as/mcs51/string.h +++ /dev/null @@ -1,18 +0,0 @@ -/* STRING.H */ -/* DECUC C */ - -#if 0 - -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 -- 2.30.2