From 1d3f6ab899fb214af432c6fcce19274d0f4dfe74 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Sun, 12 Aug 2001 22:29:52 +0000 Subject: [PATCH] Help-text corrected delete tmp-files in case of error git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1140 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/mcs51/gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcs51/gen.c b/src/mcs51/gen.c index a141aa6b..e2dad877 100644 --- a/src/mcs51/gen.c +++ b/src/mcs51/gen.c @@ -44,7 +44,7 @@ #ifdef HAVE_ENDIAN_H #include #else -#if !defined(__BORLANDC__) && !defined(_MSC_VER) && !defined(__MINGW32__) +#if !defined(__BORLANDC__) && !defined(_MSC_VER) && !defined(__MINGW32__) && !defined(__CYGWIN__) #warning "Cannot determine ENDIANESS of this machine assuming LITTLE_ENDIAN" #warning "If you running sdcc on an INTEL 80x86 Platform you are okay" #endif -- 2.47.2