remove extra #endif
authorMichael Meissner <gnu@the-meissners.org>
Wed, 1 Nov 1995 03:25:04 +0000 (03:25 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Wed, 1 Nov 1995 03:25:04 +0000 (03:25 +0000)
sim/ppc/std-config.h

index 9e06267c06cd7da7db0980382726495756304605..868ab19df7878c8662b66119708be8671a0dcdca 100644 (file)
@@ -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
This page took 0.026295 seconds and 4 git commands to generate.