summaryrefslogtreecommitdiff
path: root/lib/malloca.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-08 11:14:38 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-08 13:31:40 -0700
commit9df573c1d54ff52f4448e1ed09f8b22d9208605e (patch)
tree49ef8b0033814b6e3e9c8f23f2b1381cdc4cedb2 /lib/malloca.c
parent0f6ac7dc9db3359b624ff31ad563426b437b965e (diff)
downloadgnulib-9df573c1d54ff52f4448e1ed09f8b22d9208605e.tar.gz
* lib/malloca.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
Diffstat (limited to 'lib/malloca.c')
-rw-r--r--lib/malloca.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/malloca.c b/lib/malloca.c
index be3783e9d3..45d3075b9a 100644
--- a/lib/malloca.c
+++ b/lib/malloca.c
@@ -16,6 +16,7 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+#define _GL_USE_STDLIB_ALLOC 1
#include <config.h>
/* Specification. */
@@ -23,9 +24,6 @@
#include "verify.h"
-/* Use the system functions, not the gnulib overrides in this file. */
-#undef malloc
-
/* The speed critical point in this file is freea() applied to an alloca()
result: it must be fast, to match the speed of alloca(). The speed of
mmalloca() and freea() in the other case are not critical, because they