diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-04 12:53:45 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-04 12:53:45 (GMT) |
| commit | af320fb41e62980c0c988a377c138ac14757ad81 (patch) | |
| tree | 3ad18294ff5f98a7dbf12f0752e6dbdfeaaba7ae /generic/tclStringRep.h | |
| parent | b583ea7360808cb502d1ea65954ab0387ebdd823 (diff) | |
| download | tcl-af320fb41e62980c0c988a377c138ac14757ad81.zip tcl-af320fb41e62980c0c988a377c138ac14757ad81.tar.gz tcl-af320fb41e62980c0c988a377c138ac14757ad81.tar.bz2 | |
Fix [9c397da4a9]: AppendPrintfToObjVA(): support 64-bit pointers
Diffstat (limited to 'generic/tclStringRep.h')
| -rw-r--r-- | generic/tclStringRep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclStringRep.h b/generic/tclStringRep.h index ef64d6c..d1863fb 100644 --- a/generic/tclStringRep.h +++ b/generic/tclStringRep.h @@ -22,7 +22,7 @@ /* * The following structure is the internal rep for a String object. It keeps * track of how much memory has been used and how much has been allocated for - * the various representations to enable growing and shrinking of + * the various representations to enable growing and shrinking of * the String object with fewer mallocs. To optimize string * length and indexing operations, this structure also stores the number of * code points (independent of encoding form) once that value has been computed. |
