summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-01-03 10:38:28 +0000
committerNicholas Clark <nick@ccl4.org>2009-01-03 10:38:28 +0000
commitaea323039bd02667df3bd60d27358d65842cd171 (patch)
treef25cfd707a9d2364b9d6f2eaad185813fb99c15f /embed.fnc
parent00bf72ff155f3450b111622b688bd0036a18326c (diff)
downloadperl-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.fnc3
1 files changed, 1 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 749b975076..1a053e825f 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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
/*