summaryrefslogtreecommitdiffstats
path: root/generic/tclArithSeries.c
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2022-10-11 15:07:33 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2022-10-11 15:07:33 (GMT)
commit4391b633d94f7d36fc07107753bac88a29504488 (patch)
tree55b5587ba5dd47c586d9dc97eef2c58365555950 /generic/tclArithSeries.c
parentb2c3781bb08dadad024633598e0d62be4cd1d489 (diff)
downloadtcl-4391b633d94f7d36fc07107753bac88a29504488.zip
tcl-4391b633d94f7d36fc07107753bac88a29504488.tar.gz
tcl-4391b633d94f7d36fc07107753bac88a29504488.tar.bz2
TIP 644 - Make Tcl_ObjType extensible
Diffstat (limited to 'generic/tclArithSeries.c')
-rwxr-xr-xgeneric/tclArithSeries.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclArithSeries.c b/generic/tclArithSeries.c
index d88c8ed..65807c3 100755
--- a/generic/tclArithSeries.c
+++ b/generic/tclArithSeries.c
@@ -75,7 +75,8 @@ const Tcl_ObjType tclArithSeriesType = {
FreeArithSeriesInternalRep, /* freeIntRepProc */
DupArithSeriesInternalRep, /* dupIntRepProc */
UpdateStringOfArithSeries, /* updateStringProc */
- SetArithSeriesFromAny /* setFromAnyProc */
+ SetArithSeriesFromAny, /* setFromAnyProc */
+ TCL_OBJTYPE_V0
};
/*