diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-22 16:36:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-22 16:36:41 +0000 |
commit | c68a00c0718023d4b3e2aa313bc06f7aa681515e (patch) | |
tree | 3ad38806ee1e5472f8133380ff0acaece38b2916 /malloc.c | |
parent | 707afd922f953b906fb39ee9de6af3d448931188 (diff) | |
download | perl-c68a00c0718023d4b3e2aa313bc06f7aa681515e.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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -255,7 +255,6 @@ # include <stdlib.h> # include <stdio.h> # include <memory.h> -# define _(arg) arg # ifndef Malloc_t # define Malloc_t void * # endif |