Author: dgorbachev Date: Sun Jan 24 02:47:27 2010 New Revision: 45227
URL: http://svn.reactos.org/svn/reactos?rev=45227&view=rev Log: Put #endif where it should be.
Modified: trunk/reactos/ntoskrnl/include/internal/trap_x.h
Modified: trunk/reactos/ntoskrnl/include/internal/trap_x.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/t... ============================================================================== --- trunk/reactos/ntoskrnl/include/internal/trap_x.h [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/include/internal/trap_x.h [iso-8859-1] Sun Jan 24 02:47:27 2010 @@ -11,9 +11,9 @@ #define UNREACHABLE __builtin_unreachable() #else #define UNREACHABLE __builtin_trap() +#endif #else /* not __GNUC__ */ #define UNREACHABLE -#endif #endif
//