diff options
author | Doug MacEachern <dougm@covalent.net> | 2000-06-27 07:17:28 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-06-28 14:45:23 +0000 |
commit | ec6a9911b75518dd4c77eb4985d8bee0371df340 (patch) | |
tree | 40b57b6beb8216c3bb2f108a36e06b617dc80d00 /proto.h | |
parent | cab27d238e930b8cddb5b1fb3260355f913b86a6 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |