diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-26 10:24:43 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-26 10:24:43 +0200 |
commit | e52cd83cc0ba95181604b2343509a8f91e21eed1 (patch) | |
tree | 5ba85afd600e9e424404d5c62eba08b14759ac03 /proto.h | |
parent | df5278db341f8ca19793de60a6c76a60632d607f (diff) | |
download | perl-e52cd83cc0ba95181604b2343509a8f91e21eed1.tar.gz |
regen header after last patches
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1587,6 +1587,9 @@ PERL_CALLCONV UV Perl_grok_bin(pTHX_ const char* start, STRLEN* len_p, I32* flag #define PERL_ARGS_ASSERT_GROK_BIN \ assert(start); assert(len_p); assert(flags) +PERL_CALLCONV char Perl_grok_bslash_c(pTHX_ const char source, const bool output_warning) + __attribute__warn_unused_result__; + PERL_CALLCONV UV Perl_grok_hex(pTHX_ const char* start, STRLEN* len_p, I32* flags, NV *result) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2) |