diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-09-18 04:19:25 +0300 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-09-26 09:15:55 +0000 |
commit | 93189314521460c01625b05f7cfa81ac855affa9 (patch) | |
tree | 0daf409e1e27efb5bda55df447292e5f02193f4a /util.c | |
parent | a29f6d035abe7b06489dad2706479b252a072f02 (diff) | |
download | perl-93189314521460c01625b05f7cfa81ac855affa9.tar.gz |
enable -ansi -pedantic
Message-ID: <20020917221925.GF85044@lyta.hut.fi>
p4raw-id: //depot/perl@17925
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3307,7 +3307,7 @@ Perl_my_fflush_all(pTHX) return 0; } # endif - SETERRNO(EBADF,RMS$_IFI); + SETERRNO(EBADF,RMS_IFI); return EOF; # endif #endif |