Switch from NO_RETURN to C11's _Noreturn.
[bpt/emacs.git] / lwlib / ChangeLog
index 558b996..a6445f3 100644 (file)
@@ -1,3 +1,10 @@
+2012-06-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
+       * xlwmenu.c (abort_gracefully):
+       Use _Noreturn rather than NO_RETURN.
+       No need for separate decl merely because of _Noreturn.
+
 2012-05-31  Paul Eggert  <eggert@cs.ucla.edu>
 
        Remove obsolete '#define static' cruft.