summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2003-08-09 15:51:44 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-08-09 21:08:59 +0000
commit14f338dc60207c41838439f6f09615a0c4c9bf39 (patch)
treefea73174b445281e731d75407b0acf5c55163902 /proto.h
parent384679aa783f7270f4f3edc35b03682e7825671f (diff)
downloadperl-14f338dc60207c41838439f6f09615a0c4c9bf39.tar.gz
add "$lexical not available" warning in C<for my $lex ()>
Message-ID: <20030809135144.GC4997@fdgroup.com> p4raw-id: //depot/perl@20591
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index e8f3b842b5..e41659eff4 100644
--- a/proto.h
+++ b/proto.h
@@ -1331,6 +1331,7 @@ PERL_CALLCONV void Perl_free_tied_hv_pool(pTHX);
#if defined(DEBUGGING)
PERL_CALLCONV int Perl_get_debug_opts(pTHX_ char **s);
#endif
+PERL_CALLCONV void Perl_save_set_svflags(pTHX_ SV* sv, U32 mask, U32 val);