diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-01-03 10:38:28 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-01-03 10:38:28 +0000 |
commit | aea323039bd02667df3bd60d27358d65842cd171 (patch) | |
tree | f25cfd707a9d2364b9d6f2eaad185813fb99c15f /embed.fnc | |
parent | 00bf72ff155f3450b111622b688bd0036a18326c (diff) | |
download | perl-aea323039bd02667df3bd60d27358d65842cd171.tar.gz |
get_isa_hash() is only used in S_isa_lookup(), so it can be static. Also, it has
never been in a released version of perl, so this change has no compatibility
implications.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2218,8 +2218,7 @@ 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 -: Only used in univeral.c -poM |HV * |get_isa_hash |NN HV *const stash +so |HV * |get_isa_hash |NN HV *const stash END_EXTERN_C /* |