From bd61b36601703dd438f87762f0c4d23a6aeb375d Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Thu, 2 Feb 2006 11:38:49 +0100 Subject: Re: [PATCH] s/Null(av|ch)/NULL/g Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org> p4raw-id: //depot/perl@27054 --- perlsdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perlsdio.h') diff --git a/perlsdio.h b/perlsdio.h index c35752abbd..480b024db1 100644 --- a/perlsdio.h +++ b/perlsdio.h @@ -87,7 +87,7 @@ #ifdef HAS_SETLINEBUF #define PerlIO_setlinebuf(f) PerlSIO_setlinebuf(f); #else -#define PerlIO_setlinebuf(f) PerlSIO_setvbuf(f, Nullch, _IOLBF, 0); +#define PerlIO_setlinebuf(f) PerlSIO_setvbuf(f, NULL, _IOLBF, 0); #endif /* Now our interface to Configure's FILE_xxx macros */ -- cgit v1.2.1