From: sandeep Date: Wed, 30 Jan 2002 04:02:59 +0000 (+0000) Subject: donot redefine "reentrant" keyword X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b735617bc10259690f20e46e98589c0d10e0b582;p=fw%2Fsdcc donot redefine "reentrant" keyword git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1858 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/include/string.h b/device/include/string.h index fb84dd49..c220664c 100644 --- a/device/include/string.h +++ b/device/include/string.h @@ -26,7 +26,7 @@ #ifndef __SDC51_STRING_H #define __SDC51_STRING_H 1 -#ifndef SDCC_mcs51 +#if !defined(SDCC_mcs51) && !defined(SDCC_ds390) #define reentrant #endif