diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-01-03 18:04:17 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-01-03 18:05:51 +0000 |
commit | 4ba0c7624af22979d48903837c60220f54b46269 (patch) | |
tree | cc7d9d828e9af744af5ce58ce5eaf237bf75a980 /embed.fnc | |
parent | 2547c837a73d50421f898a78d070bf820ac97f12 (diff) | |
download | perl-4ba0c7624af22979d48903837c60220f54b46269.tar.gz |
Changing get_isa_hash() to static means that it needs to be wrapped in
an #if defined(PERL_IN_UNIVERSAL_C).
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1830,6 +1830,7 @@ s |void |printbuf |NN const char *const fmt|NN const char *const 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) @@ -2218,7 +2219,6 @@ ApoM |const char *|fetch_cop_label|NULLOK struct refcounted_he *const chain \ : Only used in op.c xpoM |struct refcounted_he *|store_cop_label \ |NULLOK struct refcounted_he *const chain|NN const char *label -so |HV * |get_isa_hash |NN HV *const stash END_EXTERN_C /* |