diff options
Diffstat (limited to 'generic/tclInt.decls')
| -rw-r--r-- | generic/tclInt.decls | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 83739c1..17cad13 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -208,7 +208,7 @@ declare 93 { } declare 96 { int TclRenameCommand(Tcl_Interp *interp, const char *oldName, - const char *newName) + const char *newName) } declare 97 { void TclResetShadowedCmdRefs(Tcl_Interp *interp, Command *newCmdPtr) @@ -472,7 +472,7 @@ declare 216 { } declare 217 { int TclPushStackFrame(Tcl_Interp *interp, Tcl_CallFrame **framePtrPtr, - Tcl_Namespace *namespacePtr, int isProcCallFrame) + Tcl_Namespace *namespacePtr, int isProcCallFrame) } declare 218 { void TclPopStackFrame(Tcl_Interp *interp) @@ -509,7 +509,7 @@ declare 226 { } declare 227 { void TclSetNsPath(Namespace *nsPtr, Tcl_Size pathLength, - Tcl_Namespace *pathAry[]) + Tcl_Namespace *pathAry[]) } declare 229 { int TclPtrMakeUpvar(Tcl_Interp *interp, Var *otherP1Ptr, @@ -537,7 +537,7 @@ declare 233 { # Exports for VarReform compat: Itcl, XOTcl like to peek into our varTables :( declare 234 { Var *TclVarHashCreateVar(TclVarHashTable *tablePtr, const char *key, - int *newPtr) + int *newPtr) } declare 235 { void TclInitVarHashTable(TclVarHashTable *tablePtr, Namespace *nsPtr) |
