summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRobin Houston <robin@cpan.org>2001-03-27 21:57:11 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-27 20:47:50 +0000
commitd2c93421f4371f0b56a9693b1b3c1113b425f5ae (patch)
treea286d1dea48237c14baa3ebe7a2e4815491f3a09 /proto.h
parent7d85a32c7dc09903975590ebedb298bcbd436874 (diff)
downloadperl-d2c93421f4371f0b56a9693b1b3c1113b425f5ae.tar.gz
Autoloading Errno.pm when %! is encountered
Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9390
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 5a6ef0b949..9be4cd7931 100644
--- a/proto.h
+++ b/proto.h
@@ -994,6 +994,7 @@ STATIC I32 S_do_trans_complex_utf8(pTHX_ SV *sv);
#if defined(PERL_IN_GV_C) || defined(PERL_DECL_PROT)
STATIC void S_gv_init_sv(pTHX_ GV *gv, I32 sv_type);
+STATIC void S_require_errno(pTHX_ GV *gv);
#endif
#if defined(PERL_IN_HV_C) || defined(PERL_DECL_PROT)