From 93189314521460c01625b05f7cfa81ac855affa9 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 18 Sep 2002 04:19:25 +0300 Subject: enable -ansi -pedantic Message-ID: <20020917221925.GF85044@lyta.hut.fi> p4raw-id: //depot/perl@17925 --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.c') diff --git a/util.c b/util.c index 4901d90e5d..bd7ba2d10e 100644 --- a/util.c +++ b/util.c @@ -3307,7 +3307,7 @@ Perl_my_fflush_all(pTHX) return 0; } # endif - SETERRNO(EBADF,RMS$_IFI); + SETERRNO(EBADF,RMS_IFI); return EOF; # endif #endif -- cgit v1.2.1