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 | 00150f5c653dfbd2e012c74039c5ee9c7b49dcb6 (patch) | |
tree | 0daf409e1e27efb5bda55df447292e5f02193f4a /toke.c | |
parent | 1ca392d0b6161c36eca93aa9d806883d48738454 (diff) | |
download | perl-00150f5c653dfbd2e012c74039c5ee9c7b49dcb6.tar.gz |
enable -ansi -pedantic
Message-ID: <20020917221925.GF85044@lyta.hut.fi>
p4raw-id: //depot/perl@17925
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1963,7 +1963,7 @@ S_incl_perldb(pTHX) if (pdb) return pdb; - SETERRNO(0,SS$_NORMAL); + SETERRNO(0,SS_NORMAL); return "BEGIN { require 'perl5db.pl' }"; } return ""; |