diff options
author | griffin <briang42@easystreet.net> | 2020-05-31 00:37:01 (GMT) |
---|---|---|
committer | griffin <briang42@easystreet.net> | 2020-05-31 00:37:01 (GMT) |
commit | f857db0e8e5938c6ab7163cf16e7c729eeb7cb99 (patch) | |
tree | 299d2f0498ec04847b91d62466d846d25e42367f /generic/tclInt.h | |
parent | 0f48821995b22b0819c4047b51ef2cd23897e125 (diff) | |
parent | ea25a2d32d5f1c090e0f6a0a02950ed621be8efe (diff) | |
download | tcl-f857db0e8e5938c6ab7163cf16e7c729eeb7cb99.zip tcl-f857db0e8e5938c6ab7163cf16e7c729eeb7cb99.tar.gz tcl-f857db0e8e5938c6ab7163cf16e7c729eeb7cb99.tar.bz2 |
tip-551 implementation.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index f0aa5ea..306d431 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2651,6 +2651,8 @@ typedef struct ProcessGlobalValue { /* Reject leading/trailing whitespace. */ #define TCL_PARSE_BINARY_ONLY 64 /* Parse binary even without prefix. */ +#define TCL_PARSE_NO_UNDERSCORE 128 + /* Reject underscore digit separator */ /* *---------------------------------------------------------------------- |