summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2020-05-30 23:47:10 (GMT)
committergriffin <briang42@easystreet.net>2020-05-30 23:47:10 (GMT)
commitea25a2d32d5f1c090e0f6a0a02950ed621be8efe (patch)
treecdbc53c057ede13726ef2b8476eeffcacc96b801 /generic/tclInt.h
parentb44555477cda94fd227969fd4a281daa0a1dbb52 (diff)
parent6d2fb7b84d5d50f685186f9866337e167a249118 (diff)
downloadtcl-ea25a2d32d5f1c090e0f6a0a02950ed621be8efe.zip
tcl-ea25a2d32d5f1c090e0f6a0a02950ed621be8efe.tar.gz
tcl-ea25a2d32d5f1c090e0f6a0a02950ed621be8efe.tar.bz2
tip-551 implementation.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index f7b3cc4..f343469 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2714,6 +2714,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 */
/*
*----------------------------------------------------------------------