aboutsummaryrefslogtreecommitdiffstats
path: root/lib/allocator.h
diff options
context:
space:
mode:
authorPaul Eggert2011-04-09 11:44:05 -0700
committerPaul Eggert2011-04-09 11:44:05 -0700
commite5b28a7aef4446e07fa6a74df1254caec5add54e (patch)
treedf72bb12451e55f26a78bcf6271927c8ac9180d1 /lib/allocator.h
parent762f8d96719ba3e8a0e79d8bb99fe8e119fafb3a (diff)
downloademacs-e5b28a7aef4446e07fa6a74df1254caec5add54e.tar.gz
emacs-e5b28a7aef4446e07fa6a74df1254caec5add54e.zip
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 @@
18/* Written by Paul Eggert. */ 18/* Written by Paul Eggert. */
19 19
20#ifndef _GL_ALLOCATOR_H 20#ifndef _GL_ALLOCATOR_H
21#define _GL_ALLOCATOR_H
21 22
22#include <stddef.h> 23#include <stddef.h>
23 24
@@ -53,4 +54,4 @@ struct allocator
53/* An allocator using the stdlib functions and a null DIE function. */ 54/* An allocator using the stdlib functions and a null DIE function. */
54extern struct allocator const stdlib_allocator; 55extern struct allocator const stdlib_allocator;
55 56
56#endif 57#endif /* _GL_ALLOCATOR_H */