summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-12-01 11:06:05 +0000
committerNicholas Clark <nick@ccl4.org>2008-12-01 11:06:05 +0000
commitda8315f8f4d9d4df8cbebe108ef0ddb4795856d7 (patch)
tree7d03677f2b5fc5934f812f6d7c1c68a019ac983d /proto.h
parent601cee3b44d5dc2533c9ca9da3e2820c4464c2af (diff)
downloadperl-da8315f8f4d9d4df8cbebe108ef0ddb4795856d7.tar.gz
Move the implmentation of SAVEHINTS() into a new Perl_save_hints() in
scope.c. "Inlined" macro functions in scope.h are actually space inefficient. p4raw-id: //depot/perl@34965
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 e47177af4d..b7e77370e5 100644
--- a/proto.h
+++ b/proto.h
@@ -2815,6 +2815,7 @@ PERL_CALLCONV HV* Perl_save_hash(pTHX_ GV* gv)
#define PERL_ARGS_ASSERT_SAVE_HASH \
assert(gv)
+PERL_CALLCONV void Perl_save_hints(pTHX);
/* PERL_CALLCONV void Perl_save_helem(pTHX_ HV *hv, SV *key, SV **sptr)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2)