summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-03 21:46:02 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-03 21:46:02 +0000
commit952306aca140c014b38ba5eb2ed71dffaa548f0f (patch)
tree54c6ffddc042f5b62b93fed63bf59ac25dcd59d9 /proto.h
parentd8c3cb99cb05a7cc157c615db679022cae30abb4 (diff)
downloadperl-952306aca140c014b38ba5eb2ed71dffaa548f0f.tar.gz
Introduce a new keyword, state, for state variables.
p4raw-id: //depot/perl@28086
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index db1b75f450..11541626f2 100644
--- a/proto.h
+++ b/proto.h
@@ -4088,7 +4088,7 @@ PERL_CALLCONV PADLIST* Perl_pad_new(pTHX_ int flags)
PERL_CALLCONV void Perl_pad_undef(pTHX_ CV* cv)
__attribute__nonnull__(pTHX_1);
-PERL_CALLCONV PADOFFSET Perl_pad_add_name(pTHX_ const char *name, HV* typestash, HV* ourstash, bool clone)
+PERL_CALLCONV PADOFFSET Perl_pad_add_name(pTHX_ const char *name, HV* typestash, HV* ourstash, bool clone, bool state)
__attribute__nonnull__(pTHX_1);
PERL_CALLCONV PADOFFSET Perl_pad_add_anon(pTHX_ SV* sv, OPCODE op_type)