remove extra #endif
This commit is contained in:
parent
5281197d1e
commit
4ac24d7673
@ -304,12 +304,8 @@ extern int current_floating_point;
|
|||||||
/* Default macro to simplify control several of key the inlines */
|
/* Default macro to simplify control several of key the inlines */
|
||||||
|
|
||||||
#ifndef DEFAULT_INLINE
|
#ifndef DEFAULT_INLINE
|
||||||
#if defined(__GNUC__) && defined(__OPTIMIZE__)
|
|
||||||
#define DEFAULT_INLINE 2
|
|
||||||
#else
|
|
||||||
#define DEFAULT_INLINE 0
|
#define DEFAULT_INLINE 0
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Code that converts between hosts and target byte order. Used on
|
/* Code that converts between hosts and target byte order. Used on
|
||||||
every memory access (instruction and data). (See ppc-endian.h for
|
every memory access (instruction and data). (See ppc-endian.h for
|
||||||
|
Loading…
Reference in New Issue
Block a user