diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-01-23 09:51:35 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-23 09:51:35 +0000 |
commit | 9849c14cd91dea2f36cd3d2a79984145cc69648c (patch) | |
tree | da1dd9f7c7027831b97aaafc3c958df1ab56acb6 /malloc.c | |
parent | 3ae1b22641a16d4d08aba688616c0f7cefb7d1f5 (diff) | |
download | perl-9849c14cd91dea2f36cd3d2a79984145cc69648c.tar.gz |
Purge all use of Nullch in non-dual life modules.
Exterminate! Exterminate! Exterminate!
p4raw-id: //depot/perl@33052
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -379,9 +379,6 @@ # ifndef UVxf # define UVxf "lx" # endif -# ifndef Nullch -# define Nullch NULL -# endif # ifndef MEM_ALIGNBYTES # define MEM_ALIGNBYTES 4 # endif |