Put #endif where it should be.

svn path=/trunk/; revision=45227
This commit is contained in:
Dmitry Gorbachev 2010-01-24 01:47:27 +00:00
parent 5811cad11d
commit a79f0c18c8

View file

@ -11,10 +11,10 @@
#define UNREACHABLE __builtin_unreachable() #define UNREACHABLE __builtin_unreachable()
#else #else
#define UNREACHABLE __builtin_trap() #define UNREACHABLE __builtin_trap()
#endif
#else /* not __GNUC__ */ #else /* not __GNUC__ */
#define UNREACHABLE #define UNREACHABLE
#endif #endif
#endif
// //
// Debug Macros // Debug Macros