summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLib.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-19 21:57:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-19 21:57:09 (GMT)
commitb8bb091e43904fa2897b72f1853d1d9f298d26ac (patch)
tree2e1c470dd2a4ee3ac2773f9bd6ee3feb8668be63 /generic/tclStubLib.c
parent9c8731a3a9259e66d93d399531844eebc954544e (diff)
parent7f4b300e2a1f846f1aff77518a22caf720b83725 (diff)
downloadtcl-tcl_nosize.zip
tcl-tcl_nosize.tar.gz
tcl-tcl_nosize.tar.bz2
(Bad idea)tcl_nosize
Diffstat (limited to 'generic/tclStubLib.c')
-rw-r--r--generic/tclStubLib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubLib.c b/generic/tclStubLib.c
index 8c99a70..bd80ec1 100644
--- a/generic/tclStubLib.c
+++ b/generic/tclStubLib.c
@@ -34,7 +34,8 @@ const TclIntPlatStubs *tclIntPlatStubsPtr = NULL;
static const TclStubs *
HasStubSupport(
- Tcl_Interp *interp, int magic)
+ Tcl_Interp *interp,
+ int magic)
{
Interp *iPtr = (Interp *) interp;