X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Favr%2Fgen.c;h=62329c5086a1f303d9cc3375205f852cfd50d8d6;hb=3d58cb9a66f19d279fd1643f531a3f2f6cc4dcb3;hp=06c7476a5c142b29bdc24215c922da173701b10b;hpb=c72254d1ec0e94e5add0edef37c409a9bbddc154;p=fw%2Fsdcc diff --git a/src/avr/gen.c b/src/avr/gen.c index 06c7476a..62329c50 100644 --- a/src/avr/gen.c +++ b/src/avr/gen.c @@ -31,23 +31,6 @@ #include "SDCCglobl.h" #include "newalloc.h" -#ifdef HAVE_SYS_ISA_DEFS_H -#include -#else -#ifdef HAVE_MACHINE_ENDIAN_H -#include -#else -#ifdef HAVE_ENDIAN_H -#include -#else -#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 -#endif -#endif -#endif - #include "common.h" #include "SDCCpeeph.h" #include "ralloc.h"