summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-02-07 09:27:05 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2015-02-08 21:54:49 -0500
commitb74dc0b3c96390d8bf83d8c3ffc0c2c2d1f0a5d3 (patch)
tree2981618c8ed1ec170fd9726bc176597ea4b39fd9 /proto.h
parentc3a8e5a5b4bb89a15de642c023dfd5cbc4678938 (diff)
downloadperl-b74dc0b3c96390d8bf83d8c3ffc0c2c2d1f0a5d3.tar.gz
infnan: add nan_hibyte
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 966c6d880d..77a8e7f4cc 100644
--- a/proto.h
+++ b/proto.h
@@ -2838,6 +2838,12 @@ PERL_CALLCONV int Perl_my_vsnprintf(char *buffer, const Size_t len, const char *
#define PERL_ARGS_ASSERT_MY_VSNPRINTF \
assert(buffer); assert(format)
+PERL_CALLCONV U8* Perl_nan_hibyte(pTHX_ NV *nvp, U8* mask)
+ __attribute__nonnull__(pTHX_1)
+ __attribute__nonnull__(pTHX_2);
+#define PERL_ARGS_ASSERT_NAN_HIBYTE \
+ assert(nvp); assert(mask)
+
PERL_CALLCONV OP* Perl_newANONATTRSUB(pTHX_ I32 floor, OP *proto, OP *attrs, OP *block);
PERL_CALLCONV OP* Perl_newANONHASH(pTHX_ OP* o)
__attribute__malloc__