summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2002-12-14 19:16:49 +0000
committerhv <hv@crypt.org>2002-12-17 00:52:05 +0000
commitc7c737cb28949ebe168789b54bc0a5da1ada7664 (patch)
tree1712d4af3f5769a9f0b94b348304c26baf08a7dd /proto.h
parentc78c2b74b534960cba26d1362c8930e3a6dfd4cb (diff)
downloadperl-c7c737cb28949ebe168789b54bc0a5da1ada7664.tar.gz
Re: [jhi@iki.fi: enums are not nums]
Message-ID: <20021214191649.B3992@fdgroup.com> p4raw-id: //depot/perl@18311
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 fca42edacb..78841c237d 100644
--- a/proto.h
+++ b/proto.h
@@ -1359,7 +1359,7 @@ PERL_CALLCONV void Perl_deb_stack_all(pTHX);
STATIC void S_deb_stack_n(pTHX_ SV** stack_base, I32 stack_min, I32 stack_max, I32 mark_min, I32 mark_max);
#endif
-PERL_CALLCONV PADLIST* Perl_pad_new(pTHX_ padnew_flags flags);
+PERL_CALLCONV PADLIST* Perl_pad_new(pTHX_ int flags);
PERL_CALLCONV void Perl_pad_undef(pTHX_ CV* cv);
PERL_CALLCONV PADOFFSET Perl_pad_add_name(pTHX_ char *name, HV* typestash, HV* ourstash, bool clone);
PERL_CALLCONV PADOFFSET Perl_pad_add_anon(pTHX_ SV* sv, OPCODE op_type);