summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2001-09-11 01:00:31 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-10 23:59:25 +0000
commita4c04bdcc508b6a45f83e703d0f82401445aa55b (patch)
treee62e6cb0f730a508358a8250a6c84ecc11bd7e0e /perl.h
parent6ea0e80736523dba6f43970534753e0773345f1a (diff)
downloadperl-a4c04bdcc508b6a45f83e703d0f82401445aa55b.tar.gz
Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))
Message-ID: <20010911000031.G1512@plum.flirble.org> p4raw-id: //depot/perl@11990
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 0610ae796a..cbe2cf31a6 100644
--- a/perl.h
+++ b/perl.h
@@ -3860,6 +3860,7 @@ int flock(int fd, int op);
/* Input flags: */
#define PERL_SCAN_ALLOW_UNDERSCORES 0x01 /* grok_??? accept _ in numbers */
+#define PERL_SCAN_DISALLOW_PREFIX 0x02 /* grok_??? reject 0x in hex etc */
/* Output flags: */
#define PERL_SCAN_GREATER_THAN_UV_MAX 0x02 /* should this merge with above? */