summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDoug MacEachern <dougm@covalent.net>2000-06-27 07:17:28 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2000-06-28 14:45:23 +0000
commitec6a9911b75518dd4c77eb4985d8bee0371df340 (patch)
tree40b57b6beb8216c3bb2f108a36e06b617dc80d00 /proto.h
parentcab27d238e930b8cddb5b1fb3260355f913b86a6 (diff)
downloadperl-ec6a9911b75518dd4c77eb4985d8bee0371df340.tar.gz
Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6250
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 fc34840da8..d46179a376 100644
--- a/proto.h
+++ b/proto.h
@@ -1233,6 +1233,7 @@ STATIC I32 S_sublex_done(pTHX);
STATIC I32 S_sublex_push(pTHX);
STATIC I32 S_sublex_start(pTHX);
STATIC char * S_filter_gets(pTHX_ SV *sv, PerlIO *fp, STRLEN append);
+STATIC HV * S_find_in_my_stash(pTHX_ char *pkgname, I32 len);
STATIC SV* S_new_constant(pTHX_ char *s, STRLEN len, const char *key, SV *sv, SV *pv, const char *type);
STATIC int S_ao(pTHX_ int toketype);
STATIC void S_depcom(pTHX);