diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-01 16:02:05 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-02 16:31:22 -0700 |
commit | 4c2e1131552eebe059a9a4379a6680d114241092 (patch) | |
tree | 8bed6c2b96317c4f5ef801fd52ecff2c857ad178 /utf8.c | |
parent | d764b54e5a93ff224d371bad25b14285e5a543cd (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |