]> code.delx.au - gnu-emacs/blobdiff - lib-src/gettext.h
Add NO_RETURN specifiers to functions in lib-src.
[gnu-emacs] / lib-src / gettext.h
index 285cb314ce9c37ea8e6c6ed6fe97907e50137ced..4a5941f86dc92068dcdc6b4b52d8bf0bc0153e93 100644 (file)
@@ -1,9 +1,10 @@
 /* Convenience header for conditional use of GNU <libintl.h>.
-   Copyright (C) 1995-1998, 2000-2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004,
+                 2005, 2006, 2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
+   the Free Software Foundation; either version 3, or (at your option)
    any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -76,3 +77,6 @@
 #define gettext_noop(String) String
 
 #endif /* _LIBGETTEXT_H */
+
+/* arch-tag: 3d01bb8e-82e3-4674-9812-de4c4224f7d1
+   (do not change this comment) */