summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-15 21:04:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-15 21:04:23 (GMT)
commita8c5c2b21e0c8d54e1a5e9814db08fb024e8a8b2 (patch)
treecb3d6c693c2cf27d6140004125160ad28524fa36 /generic/tclInt.h
parent03474bd5446a2a6316815ec851906f9e5118eb97 (diff)
downloadtcl-a8c5c2b21e0c8d54e1a5e9814db08fb024e8a8b2.zip
tcl-a8c5c2b21e0c8d54e1a5e9814db08fb024e8a8b2.tar.gz
tcl-a8c5c2b21e0c8d54e1a5e9814db08fb024e8a8b2.tar.bz2
Goodbye to [case].
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 1d04c82..21aa884 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3208,9 +3208,6 @@ MODULE_SCOPE Tcl_Command TclInitBinaryCmd(Tcl_Interp *interp);
MODULE_SCOPE int Tcl_BreakObjCmd(ClientData clientData,
Tcl_Interp *interp, int objc,
Tcl_Obj *const objv[]);
-MODULE_SCOPE int Tcl_CaseObjCmd(ClientData clientData,
- Tcl_Interp *interp, int objc,
- Tcl_Obj *const objv[]);
MODULE_SCOPE int Tcl_CatchObjCmd(ClientData clientData,
Tcl_Interp *interp, int objc,
Tcl_Obj *const objv[]);