summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-04-23 16:50:27 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-04-24 07:14:49 +0000
commitd6f07c0562911cf76e1e5f209b2eb29c706bd31d (patch)
tree0553bced78b9173a0e7fa9f064279010c856661d /proto.h
parentea5423ed7213500644a0e5d3956d06216e1dfa0f (diff)
downloadperl-d6f07c0562911cf76e1e5f209b2eb29c706bd31d.tar.gz
Inlining static funcs in perl.c
Message-ID: <20060424025027.GA25998@petdance.com> p4raw-id: //depot/perl@27941
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/proto.h b/proto.h
index 760caa1cf6..fa6de13aef 100644
--- a/proto.h
+++ b/proto.h
@@ -3261,12 +3261,6 @@ STATIC void* S_parse_body(pTHX_ char **env, XSINIT_t xsinit);
STATIC void S_run_body(pTHX_ I32 oldscope)
__attribute__noreturn__;
-STATIC void S_call_body(pTHX_ const OP *myop, bool is_eval)
- __attribute__nonnull__(pTHX_1);
-
-STATIC void* S_call_list_body(pTHX_ CV *cv)
- __attribute__nonnull__(pTHX_1);
-
STATIC SV * S_incpush_if_exists(pTHX_ SV *dir)
__attribute__nonnull__(pTHX_1);