summaryrefslogtreecommitdiff
path: root/lib/allocator.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-09 11:44:05 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-09 11:44:05 -0700
commite5b28a7aef4446e07fa6a74df1254caec5add54e (patch)
treedf72bb12451e55f26a78bcf6271927c8ac9180d1 /lib/allocator.h
parent762f8d96719ba3e8a0e79d8bb99fe8e119fafb3a (diff)
downloademacs-e5b28a7aef4446e07fa6a74df1254caec5add54e.tar.gz
Merge from gnulib.
Diffstat (limited to 'lib/allocator.h')
-rw-r--r--lib/allocator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/allocator.h b/lib/allocator.h
index a89ba32b09b..953117da83f 100644
--- a/lib/allocator.h
+++ b/lib/allocator.h
@@ -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 */