diff options
author | Andy Lester <andy@petdance.com> | 2006-04-23 16:50:27 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-04-24 07:14:49 +0000 |
commit | d6f07c0562911cf76e1e5f209b2eb29c706bd31d (patch) | |
tree | 0553bced78b9173a0e7fa9f064279010c856661d /proto.h | |
parent | ea5423ed7213500644a0e5d3956d06216e1dfa0f (diff) | |
download | perl-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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); |