summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-16 19:17:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-16 19:17:21 (GMT)
commitfd1f9d484eb12a94ef0005b475a12aa3429cfce5 (patch)
treeb53fde11422fed477ec07ef2e2a982075c11b963 /generic/tclInt.h
parentb3a59469e023419e5a31fd41ed99714272b3819d (diff)
downloadtcl-fd1f9d484eb12a94ef0005b475a12aa3429cfce5.zip
tcl-fd1f9d484eb12a94ef0005b475a12aa3429cfce5.tar.gz
tcl-fd1f9d484eb12a94ef0005b475a12aa3429cfce5.tar.bz2
Burn the octal bridges. We're not goin' back.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index b328d56..d548a16 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2904,8 +2904,6 @@ MODULE_SCOPE int TclByteArrayMatch(const unsigned char *string,
int strLen, const unsigned char *pattern,
int ptnLen, int flags);
MODULE_SCOPE double TclCeil(const mp_int *a);
-MODULE_SCOPE int TclCheckBadOctal(Tcl_Interp *interp,
- const char *value);
MODULE_SCOPE int TclChanCaughtErrorBypass(Tcl_Interp *interp,
Tcl_Channel chan);
MODULE_SCOPE Tcl_ObjCmdProc TclChannelNamesCmd;