summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-01 16:02:05 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-02 16:31:22 -0700
commit4c2e1131552eebe059a9a4379a6680d114241092 (patch)
tree8bed6c2b96317c4f5ef801fd52ecff2c857ad178 /utf8.c
parentd764b54e5a93ff224d371bad25b14285e5a543cd (diff)
downloadperl-4c2e1131552eebe059a9a4379a6680d114241092.tar.gz
_swash_inversion_hash Rmv X from embed, add const
This shouldn't be called from XS code.
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 16e0814e09..18ff1d8880 100644
--- a/utf8.c
+++ b/utf8.c
@@ -2582,7 +2582,7 @@ S_swash_get(pTHX_ SV* swash, UV start, UV span)
}
HV*
-Perl__swash_inversion_hash(pTHX_ SV* swash)
+Perl__swash_inversion_hash(pTHX_ SV* const swash)
{
/* Subject to change or removal. For use only in one place in regexec.c