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 | 57e461aaa4775066199c6fde2fe9ec4535cbda3d (patch) | |
tree | 3ad38806ee1e5472f8133380ff0acaece38b2916 /malloc.c | |
parent | d316c204f773e247f7a7472e4c96eef2d1622c58 (diff) | |
download | perl-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.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 |