diff options
author | Yves Orton <demerphq@gmail.com> | 2017-04-23 11:47:13 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2017-04-23 11:47:13 +0200 |
commit | e6a172f358c0f48c4b744dbd5e9ef6ff0b4ff289 (patch) | |
tree | 26989571e8133db34eef23863229edff090804b5 /perlapi.h | |
parent | 3f023586c2fbf826d45cf78795361337eca3daa1 (diff) | |
download | perl-e6a172f358c0f48c4b744dbd5e9ef6ff0b4ff289.tar.gz |
Revert "Add new hashing and "hash with state" infrastructure"
This reverts commit a3bf60fbb1f05cd2c69d4ff0a2ef99537afdaba7.
Accidentally pushed work pending unfreeze.
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -117,14 +117,10 @@ END_EXTERN_C #define PL_dollarzero_mutex (*Perl_Gdollarzero_mutex_ptr(NULL)) #undef PL_fold_locale #define PL_fold_locale (*Perl_Gfold_locale_ptr(NULL)) -#undef PL_hash_chars -#define PL_hash_chars (*Perl_Ghash_chars_ptr(NULL)) #undef PL_hash_seed #define PL_hash_seed (*Perl_Ghash_seed_ptr(NULL)) #undef PL_hash_seed_set #define PL_hash_seed_set (*Perl_Ghash_seed_set_ptr(NULL)) -#undef PL_hash_state -#define PL_hash_state (*Perl_Ghash_state_ptr(NULL)) #undef PL_hints_mutex #define PL_hints_mutex (*Perl_Ghints_mutex_ptr(NULL)) #undef PL_keyword_plugin |