summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-01-03 10:38:28 +0000
committerDavid Mitchell <davem@iabyn.com>2009-03-30 23:57:57 +0100
commit0a9e85c1cc2118b3aec1791f496ec5daadec17e7 (patch)
tree7b02571c0a2e9ede17509ea9c34342bcdfca4514 /embed.fnc
parentc17d15b9600d43b60db1020b490414769aa26059 (diff)
downloadperl-0a9e85c1cc2118b3aec1791f496ec5daadec17e7.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. (cherry-picked from commit aea323039bd02667df3bd60d27358d65842cd171)
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc3
1 files changed, 1 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 449f366d96..e9fc5bae29 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2174,8 +2174,7 @@ 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
-: 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
/*