diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-01-03 18:04:17 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-03-31 00:06:51 +0100 |
commit | a90fd66537bcbc0d7c554d9b9929a461c0896ca8 (patch) | |
tree | b295340d885b4969f832555fbb6ef12fa1b05f53 /embed.fnc | |
parent | 0a9e85c1cc2118b3aec1791f496ec5daadec17e7 (diff) | |
download | perl-a90fd66537bcbc0d7c554d9b9929a461c0896ca8.tar.gz |
Changing get_isa_hash() to static means that it needs to be wrapped in
an #if defined(PERL_IN_UNIVERSAL_C).
(cherry-picked from commit 4ba0c7624af22979d48903837c60220f54b46269)
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1795,6 +1795,7 @@ s |void |printbuf |NN const char* fmt|NN const char* s #if defined(PERL_IN_UNIVERSAL_C) || defined(PERL_DECL_PROT) s |bool|isa_lookup |NN HV *stash|NN const char * const name +so |HV * |get_isa_hash |NN HV *const stash #endif #if defined(PERL_IN_LOCALE_C) || defined(PERL_DECL_PROT) @@ -2174,7 +2175,6 @@ p |void |boot_core_mro Apon |void |sys_init |NN int* argc|NN char*** argv Apon |void |sys_init3 |NN int* argc|NN char*** argv|NN char*** env Apon |void |sys_term -so |HV * |get_isa_hash |NN HV *const stash END_EXTERN_C /* |