--- libecb/ecb.h 2011/05/26 18:34:23 1.16 +++ libecb/ecb.h 2011/05/26 18:36:00 1.17 @@ -1,5 +1,5 @@ /* - * libecb + * libecb - http://software.schmorp.de/pkg/libecb * * Copyright (©) 2009-2011 Marc Alexander Lehmann * Copyright (©) 2011 Emanuele Giaquinta @@ -152,7 +152,7 @@ # define ecb_unreachable() __builtin_unreachable () #else /* this seems to work fine, but gcc always emits a warning for it :/ */ -ECB_HEADER_INLINE void ecb_unreachable (void) ecb_attribute ((noreturn)); +ECB_HEADER_INLINE void ecb_unreachable (void) ecb_noreturn; ECB_HEADER_INLINE void ecb_unreachable (void) { } #endif