]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add multiple-inclusion guard.
authorBruno Haible <bruno@clisp.org>
Wed, 24 Aug 2005 11:03:16 +0000 (11:03 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:47 +0000 (12:12 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/lock.h

index c09a26bef8f43ddc9810ecf1dc2934ef614c93fd..87cc8ecc72457eb7e05882889c0561de81966aaf 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-21  Bruno Haible  <bruno@clisp.org>
+
+       * lock.h: Add multiple inclusion guard.
+
 2005-08-19  Bruno Haible  <bruno@clisp.org>
 
        * localealias.c (read_alias_file): In case of failure, close the
index f82e4a32f0a8b90209528511b9a82bf07cd5a701..be99139dce7a9e787d5c05564cbe0e38fa950928 100644 (file)
@@ -59,6 +59,9 @@
 */
 
 
+#ifndef _LOCK_H
+#define _LOCK_H
+
 /* ========================================================================= */
 
 #if USE_POSIX_THREADS
@@ -792,3 +795,7 @@ typedef int gl_once_t;
     while (0)
 
 #endif
+
+/* ========================================================================= */
+
+#endif /* _LOCK_H */