From 4e205ed637fa853d115099170e6e11407ca49619 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Sun, 23 Dec 2007 00:39:17 +0000 Subject: Nullch and others were still alive and well in some of the operating system specific directories. I think I've chainsawed all of them now, but I can't guarantee that it compiles anywhere from win32. p4raw-id: //depot/perl@32713 --- win32/perlhost.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/perlhost.h') diff --git a/win32/perlhost.h b/win32/perlhost.h index 9974fd8b4b..b9d4e1e4ab 100644 --- a/win32/perlhost.h +++ b/win32/perlhost.h @@ -623,7 +623,7 @@ PerlStdIOGetBase(struct IPerlStdIO* piPerl, FILE* pf) FILE *f = pf; return FILE_base(f); #else - return Nullch; + return NULL; #endif } @@ -656,7 +656,7 @@ PerlStdIOGetPtr(struct IPerlStdIO* piPerl, FILE* pf) FILE *f = pf; return FILE_ptr(f); #else - return Nullch; + return NULL; #endif } -- cgit v1.2.1