summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-22 16:36:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-22 16:36:41 +0000
commit57e461aaa4775066199c6fde2fe9ec4535cbda3d (patch)
tree3ad38806ee1e5472f8133380ff0acaece38b2916 /malloc.c
parentd316c204f773e247f7a7472e4c96eef2d1622c58 (diff)
downloadperl-57e461aaa4775066199c6fde2fe9ec4535cbda3d.tar.gz
Get rid of the _() macro since (1) we require ANSI anyway
(2) Other software (GNU) seems to use it and we don't need it, so let's give it up. p4raw-id: //depot/perl@14374
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/malloc.c b/malloc.c
index 3a19be4a48..c077e79d45 100644
--- a/malloc.c
+++ b/malloc.c
@@ -255,7 +255,6 @@
# include <stdlib.h>
# include <stdio.h>
# include <memory.h>
-# define _(arg) arg
# ifndef Malloc_t
# define Malloc_t void *
# endif