summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-09-18 04:19:25 +0300
committerhv <hv@crypt.org>2002-09-26 09:15:55 +0000
commit00150f5c653dfbd2e012c74039c5ee9c7b49dcb6 (patch)
tree0daf409e1e27efb5bda55df447292e5f02193f4a /toke.c
parent1ca392d0b6161c36eca93aa9d806883d48738454 (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index fa0f1ac479..c60a929161 100644
--- a/toke.c
+++ b/toke.c
@@ -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 "";