diff options
author | Yves Orton <demerphq@gmail.com> | 2013-05-07 22:24:20 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2013-05-08 00:10:44 +0200 |
commit | a2098e2036fea6a0d6544c47278aea9193a203c2 (patch) | |
tree | 545cd18e0e6fd8708f100e01bc28e81c2c0d2ed5 /proto.h | |
parent | f13a3008d1d04fc1afda232ef20d423c793a85fd (diff) | |
download | perl-a2098e2036fea6a0d6544c47278aea9193a203c2.tar.gz |
cleanup and test PERL_PERTURB_KEYS environment variable handling
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1169,7 +1169,7 @@ PERL_CALLCONV void Perl_get_db_sub(pTHX_ SV **svp, CV *cv) #define PERL_ARGS_ASSERT_GET_DB_SUB \ assert(cv) -PERL_CALLCONV void Perl_get_hash_seed(pTHX_ unsigned char *seed_buffer) +PERL_CALLCONV void Perl_get_hash_seed(pTHX_ unsigned char * const seed_buffer) __attribute__nonnull__(pTHX_1); #define PERL_ARGS_ASSERT_GET_HASH_SEED \ assert(seed_buffer) |