In perl.git, the branch smoke-me/new_hashes has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2913a470c6bde61bcde861f356f4acff47135191?hp=e21dfa18c59328be807985839a4fda7acac3cbef>
- Log ----------------------------------------------------------------- commit 2913a470c6bde61bcde861f356f4acff47135191 Author: Yves Orton <[email protected]> Date: Thu Mar 23 19:44:33 2017 +0100 tweak whitespace to make t/porting/regen happy I must have run clean-commit on this file by accident, and converted tabs to spaces or something, after I ran make test last. There are no functional changes from this patch (check diff -w) ----------------------------------------------------------------------- Summary of changes: embedvar.h | 8 ++++---- perlapi.h | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/embedvar.h b/embedvar.h index 67914f2645..b95f0647a9 100644 --- a/embedvar.h +++ b/embedvar.h @@ -385,14 +385,14 @@ #define PL_Gdollarzero_mutex (my_vars->Gdollarzero_mutex) #define PL_fold_locale (my_vars->Gfold_locale) #define PL_Gfold_locale (my_vars->Gfold_locale) -#define PL_hash_chars (my_vars->Ghash_chars) -#define PL_Ghash_chars (my_vars->Ghash_chars) +#define PL_hash_chars (my_vars->Ghash_chars) +#define PL_Ghash_chars (my_vars->Ghash_chars) #define PL_hash_seed (my_vars->Ghash_seed) #define PL_Ghash_seed (my_vars->Ghash_seed) #define PL_hash_seed_set (my_vars->Ghash_seed_set) #define PL_Ghash_seed_set (my_vars->Ghash_seed_set) -#define PL_hash_state (my_vars->Ghash_state) -#define PL_Ghash_state (my_vars->Ghash_state) +#define PL_hash_state (my_vars->Ghash_state) +#define PL_Ghash_state (my_vars->Ghash_state) #define PL_hints_mutex (my_vars->Ghints_mutex) #define PL_Ghints_mutex (my_vars->Ghints_mutex) #define PL_keyword_plugin (my_vars->Gkeyword_plugin) diff --git a/perlapi.h b/perlapi.h index cedd207386..af0c2d593b 100644 --- a/perlapi.h +++ b/perlapi.h @@ -118,13 +118,13 @@ END_EXTERN_C #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)) +#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)) +#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 -- Perl5 Master Repository
