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()
#else
#define UNREACHABLE __builtin_trap()
#endif
#else /* not __GNUC__ */
#define UNREACHABLE
#endif
#endif
//
// Debug Macros