diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-26 12:02:46 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-26 12:02:46 (GMT) |
| commit | 46021e3a59c7f719550f8517d62a543b31d6bbef (patch) | |
| tree | 8894dfc5580fa395643e4377b0e744a75edc6df0 /generic/tclInt.decls | |
| parent | d8ccdcc0a314c966afe7c01b2e2659a8863632a1 (diff) | |
| parent | f046e62c9bf3a05b3df943ba3a6b4af5da8a4fd0 (diff) | |
| download | tcl-46021e3a59c7f719550f8517d62a543b31d6bbef.zip tcl-46021e3a59c7f719550f8517d62a543b31d6bbef.tar.gz tcl-46021e3a59c7f719550f8517d62a543b31d6bbef.tar.bz2 | |
Remove empty "fconfigure" commands in testcases. Some indenting in *.decls files
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) |
