summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index 30634a0..36856d4 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -349,7 +349,6 @@ typedef struct ResolvedCmdName {
#define FREEDREFCOUNTFILLER \
(Tcl_Size)(sizeof(objPtr->refCount) == 4 ? 0xe8e8e8e8 : 0xe8e8e8e8e8e8e8e8)
#endif
-
/*
*-------------------------------------------------------------------------
@@ -2568,7 +2567,6 @@ Tcl_GetIntFromObj(
return TCL_OK;
#endif
}
-
/*
*----------------------------------------------------------------------