declare smobs in alloc.c
[bpt/emacs.git] / lib / allocator.c
CommitLineData
7ec98caf
PE
1#define _GL_USE_STDLIB_ALLOC 1
2#include <config.h>
3#include "allocator.h"
4#include <stdlib.h>
5struct allocator const stdlib_allocator = { malloc, realloc, free, NULL };