From fc342a680eaeda0f59ef70dbdc19c6098677a0a9 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Sun, 12 Aug 2001 22:21:14 +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@1139 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/ds390/gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ds390/gen.c b/src/ds390/gen.c index 4f1abc3f..a9cf9567 100644 --- a/src/ds390/gen.c +++ b/src/ds390/gen.c @@ -41,7 +41,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