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 /embed.fnc | |
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 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1284,7 +1284,7 @@ Apd |void |sv_vsetpvfn |NN SV *const sv|NN const char *const pat|const STRLEN pa ApR |NV |str_to_version |NN SV *sv Ap |SV* |swash_init |NN const char* pkg|NN const char* name|NN SV* listsv|I32 minbits|I32 none Ap |UV |swash_fetch |NN SV *swash|NN const U8 *ptr|bool do_utf8 -EMpRX |HV* |_swash_inversion_hash |NN SV* const swash +EMpR |HV* |_swash_inversion_hash |NN SV* const swash EMpR |HV* |_new_invlist |const IV initial_size EMpR |HV* |_swash_to_invlist |NN SV* const swash EMp |void |_append_range_to_invlist |NN HV* const invlist|const UV start|const UV end |