diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2001-08-14 00:51:59 +0200 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-09-09 21:06:13 +0000 |
commit | e759cc13861c4f2c86ebdada49ce493476adc8a7 (patch) | |
tree | 42c64692fdcac8e173ce904e98dacdf02f0f96f9 /proto.h | |
parent | 86e8f854735056a6371b5c1a8bbc81820c6e4f55 (diff) | |
download | perl-e759cc13861c4f2c86ebdada49ce493476adc8a7.tar.gz |
Re: [ID 20010810.011] 'use v2b' not allowed with strict
Message-ID: <20010813225159.C6681@rafael>
(Applied with several tweaks.)
p4raw-id: //depot/perl@11966
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1248,7 +1248,7 @@ STATIC SV* S_gv_share(pTHX_ SV *sv); #if defined(PERL_IN_TOKE_C) || defined(PERL_DECL_PROT) STATIC void S_check_uni(pTHX); STATIC void S_force_next(pTHX_ I32 type); -STATIC char* S_force_version(pTHX_ char *start); +STATIC char* S_force_version(pTHX_ char *start, int guessing); STATIC char* S_force_word(pTHX_ char *start, int token, int check_keyword, int allow_pack, int allow_tick); STATIC SV* S_tokeq(pTHX_ SV *sv); STATIC int S_pending_ident(pTHX); |