diff options
Diffstat (limited to 'src/gmalloc.c')
| -rw-r--r-- | src/gmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmalloc.c b/src/gmalloc.c index 9eb9610ab23..dc584955661 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c | |||
| @@ -464,7 +464,7 @@ get_contiguous_space (ptrdiff_t size, void *position) | |||
| 464 | /* This is called when `_heapinfo' and `heapsize' have just | 464 | /* This is called when `_heapinfo' and `heapsize' have just |
| 465 | been set to describe a new info table. Set up the table | 465 | been set to describe a new info table. Set up the table |
| 466 | to describe itself and account for it in the statistics. */ | 466 | to describe itself and account for it in the statistics. */ |
| 467 | static inline void | 467 | static void |
| 468 | register_heapinfo (void) | 468 | register_heapinfo (void) |
| 469 | { | 469 | { |
| 470 | size_t block, blocks; | 470 | size_t block, blocks; |