summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-01-23 09:51:35 +0000
committerNicholas Clark <nick@ccl4.org>2008-01-23 09:51:35 +0000
commit9849c14cd91dea2f36cd3d2a79984145cc69648c (patch)
treeda1dd9f7c7027831b97aaafc3c958df1ab56acb6 /malloc.c
parent3ae1b22641a16d4d08aba688616c0f7cefb7d1f5 (diff)
downloadperl-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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/malloc.c b/malloc.c
index ce406d2f84..7c78913fbd 100644
--- a/malloc.c
+++ b/malloc.c
@@ -379,9 +379,6 @@
# ifndef UVxf
# define UVxf "lx"
# endif
-# ifndef Nullch
-# define Nullch NULL
-# endif
# ifndef MEM_ALIGNBYTES
# define MEM_ALIGNBYTES 4
# endif