DragonFly BSD
DragonFly commits List (threaded) for 2013-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: <sys/cdefs.h>: Simplify the _Noreturn compatibility macro.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 22 May 2013 12:28:01 -0700 (PDT)

commit e48c55283e4d0f6c4a45c12f7659117485942ce1
Author: Sascha Wildner <saw@online.de>
Date:   Wed May 22 20:15:23 2013 +0200

    <sys/cdefs.h>: Simplify the _Noreturn compatibility macro.
    
    Our g++ doesn't support [[noreturn]] yet. We might use [[gnu::noreturn]]
    here for now, but thinking about it, simpler is better, so just make it
    __dead2 for anything that doesn't claim to be C11.
    
    Buildworld-breakage-originally-pointed-out-by: sephe

Summary of changes:
 sys/sys/cdefs.h | 4 ----
 1 file changed, 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e48c55283e4d0f6c4a45c12f7659117485942ce1


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]