allocator, careadlinkat: Fix double-inclusion guard.
authorBruno Haible <bruno@clisp.org>
Sat, 9 Apr 2011 16:18:18 +0000 (18:18 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Apr 2011 16:20:18 +0000 (18:20 +0200)
* lib/allocator.h: Fix double-inclusion guard.
* lib/careadlinkat.h: Likewise.

ChangeLog
lib/allocator.h
lib/careadlinkat.h

index 3aba07467fea43b565e6ba8e9a1632630a5effe1..9edd796afae93574efb014e588e736f2dbd2660e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-09  Bruno Haible  <bruno@clisp.org>
+
+       allocator, careadlinkat: Fix double-inclusion guard.
+       * lib/allocator.h: Fix double-inclusion guard.
+       * lib/careadlinkat.h: Likewise.
+
 2011-04-09  Bruno Haible  <bruno@clisp.org>
 
        relocatable-prog-wrapper: Update after module 'areadlink' changed.
index a89ba32b09b1eda6c4d933a087bd327351bdfa73..953117da83f55609da58fffef4c6b012909bfa89 100644 (file)
@@ -18,6 +18,7 @@
 /* Written by Paul Eggert.  */
 
 #ifndef _GL_ALLOCATOR_H
+#define _GL_ALLOCATOR_H
 
 #include <stddef.h>
 
@@ -53,4 +54,4 @@ struct allocator
 /* An allocator using the stdlib functions and a null DIE function.  */
 extern struct allocator const stdlib_allocator;
 
-#endif
+#endif /* _GL_ALLOCATOR_H */
index c5e4bcfc15f85a4c980be29a10d8da49c6d37f5d..be8670f2c9d8c4ab6307dd44dd48108f1839eff0 100644 (file)
@@ -18,6 +18,7 @@
 /* Written by Paul Eggert, Bruno Haible, and Jim Meyering.  */
 
 #ifndef _GL_CAREADLINKAT_H
+#define _GL_CAREADLINKAT_H
 
 #include <fcntl.h>
 #include <unistd.h>