From: Michael Meissner Date: Wed, 1 Nov 1995 03:25:04 +0000 (+0000) Subject: remove extra #endif X-Git-Tag: gdb-4_18-branchpoint~10312 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ac24d7673d9524949f207bb9e7ab5f9479a444b;p=thirdparty%2Fbinutils-gdb.git remove extra #endif --- diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h index 9e06267c06c..868ab19df78 100644 --- a/sim/ppc/std-config.h +++ b/sim/ppc/std-config.h @@ -304,12 +304,8 @@ extern int current_floating_point; /* Default macro to simplify control several of key the inlines */ #ifndef DEFAULT_INLINE -#if defined(__GNUC__) && defined(__OPTIMIZE__) -#define DEFAULT_INLINE 2 -#else #define DEFAULT_INLINE 0 #endif -#endif /* Code that converts between hosts and target byte order. Used on every memory access (instruction and data). (See ppc-endian.h for