diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-08-20 20:44:39 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-08-20 20:44:39 +0100 |
commit | ecf9cdab78811498b3ffea48cfdfb09f678050d2 (patch) | |
tree | 3eaed8f04cd6d9eb3797bf04b2fc5349ff394299 /embed.fnc | |
parent | b7781c7ebca16bcc1cb2792cc1754c7d44875050 (diff) | |
download | perl-ecf9cdab78811498b3ffea48cfdfb09f678050d2.tar.gz |
Move the declaration for more_bodies outside of an #if defined(PERL_IN_SV_C)
It used to be a static function, hence the location, and I failed to spot that
I needed to move it, when I edited it to be non-static.
Problem spotted by Jerry D. Hedden.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1902,9 +1902,6 @@ sn |char * |F0convert |NV nv|NN char *const endbuf|NN STRLEN *const len sM |void |sv_release_COW |NN SV *sv|NN const char *pvx|NN SV *after # endif s |SV * |more_sv -: Used in sv.c and hv.c -po |void * |more_bodies |const svtype sv_type|const size_t body_size \ - |const size_t arena_size s |bool |sv_2iuv_common |NN SV *const sv s |void |glob_assign_glob|NN SV *const dstr|NN SV *const sstr \ |const int dtype @@ -1913,6 +1910,10 @@ sRn |PTR_TBL_ENT_t *|ptr_table_find|NN PTR_TBL_t *const tbl|NULLOK const void *c s |void |anonymise_cv_maybe |NN GV *gv|NN CV *cv #endif +: Used in sv.c and hv.c +po |void * |more_bodies |const svtype sv_type|const size_t body_size \ + |const size_t arena_size + #if defined(PERL_IN_TOKE_C) s |void |check_uni s |void |force_next |I32 type |