summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-12-18 18:08:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-12-18 18:08:38 (GMT)
commit002511bea498081ece2abcbbc0b065a48f0cf8af (patch)
tree75ab624f97b0fa40cc09b1ebcaf1decb1346f7c8 /generic/tclInt.h
parent8b3ccee931def9d9b51a2d7e6e0c5160f8cfa042 (diff)
downloadtcl-002511bea498081ece2abcbbc0b065a48f0cf8af.zip
tcl-002511bea498081ece2abcbbc0b065a48f0cf8af.tar.gz
tcl-002511bea498081ece2abcbbc0b065a48f0cf8af.tar.bz2
MODULE_SCOPE TclLengthOne (in stead of 2 separate static functions doing the same)
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 392ccab..827fd6f 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -1103,6 +1103,8 @@ typedef struct { /* For internal core use only */
&& ((objPtr)->typePtr->version > offsetof(TclObjTypeWithAbstractList, abstractList.proc))) ? \
((const TclObjTypeWithAbstractList *)(objPtr)->typePtr)->abstractList.proc : NULL)
+MODULE_SCOPE size_t TclLengthOne(Tcl_Obj *);
+
/*
* The structure below defines an entry in the assocData hash table which is
* associated with an interpreter. The entry contains a pointer to a function