From 29daebcae2419d2b4264c838986bed121ed46650 Mon Sep 17 00:00:00 2001 From: kvigor Date: Fri, 29 Sep 2000 16:50:10 +0000 Subject: [PATCH] Add HAVE_STRERROR git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@419 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- sdccconf_in.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdccconf_in.h b/sdccconf_in.h index 99024933..70ca5cfc 100644 --- a/sdccconf_in.h +++ b/sdccconf_in.h @@ -26,6 +26,8 @@ #undef HAVE_SYS_ISA_DEFS_H #undef HAVE_ENDIAN_H +#undef HAVE_STRERROR + #undef OPT_DISABLE_Z80 #undef OPT_DISABLE_GBZ80 #undef OPT_DISABLE_MCS51 -- 2.30.2