summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-04-26 10:24:43 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2010-04-26 10:24:43 +0200
commite52cd83cc0ba95181604b2343509a8f91e21eed1 (patch)
tree5ba85afd600e9e424404d5c62eba08b14759ac03 /proto.h
parentdf5278db341f8ca19793de60a6c76a60632d607f (diff)
downloadperl-e52cd83cc0ba95181604b2343509a8f91e21eed1.tar.gz
regen header after last patches
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index c2dbf10f9a..87f57f0ea4 100644
--- a/proto.h
+++ b/proto.h
@@ -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)