diff options
| author | Paul Eggert | 2011-04-09 11:44:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-09 11:44:05 -0700 |
| commit | e5b28a7aef4446e07fa6a74df1254caec5add54e (patch) | |
| tree | df72bb12451e55f26a78bcf6271927c8ac9180d1 /lib/allocator.h | |
| parent | 762f8d96719ba3e8a0e79d8bb99fe8e119fafb3a (diff) | |
| download | emacs-e5b28a7aef4446e07fa6a74df1254caec5add54e.tar.gz emacs-e5b28a7aef4446e07fa6a74df1254caec5add54e.zip | |
Merge from gnulib.
Diffstat (limited to 'lib/allocator.h')
| -rw-r--r-- | lib/allocator.h | 3 |
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. */ |
| 54 | extern struct allocator const stdlib_allocator; | 55 | extern struct allocator const stdlib_allocator; |
| 55 | 56 | ||
| 56 | #endif | 57 | #endif /* _GL_ALLOCATOR_H */ |