* lib/allocator.h: Fix double-inclusion guard.
* lib/careadlinkat.h: Likewise.
+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.
/* Written by Paul Eggert. */
#ifndef _GL_ALLOCATOR_H
+#define _GL_ALLOCATOR_H
#include <stddef.h>
/* An allocator using the stdlib functions and a null DIE function. */
extern struct allocator const stdlib_allocator;
-#endif
+#endif /* _GL_ALLOCATOR_H */
/* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */
#ifndef _GL_CAREADLINKAT_H
+#define _GL_CAREADLINKAT_H
#include <fcntl.h>
#include <unistd.h>