Skip to content

Commit

Permalink
size_t -> Tcl_Size (twice)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Sep 9, 2024
2 parents 8556b71 + b6b8c1a commit 933ddfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generic/tclIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ typedef struct ChannelState {
* because it happened in the background. The
* value is the chanMg, if any. #219's
* companion to 'unreportedError'. */
size_t epoch; /* Used to test validity of stored channelname
Tcl_Size epoch; /* Used to test validity of stored channelname
* lookup results. */
int maxPerms; /* TIP #220: Max access privileges
* the channel was created with. */
Expand Down
2 changes: 1 addition & 1 deletion generic/tclRegexp.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ typedef struct TclRegexp {
* of subexpressions. */
rm_detail_t details; /* Detailed information on match (currently
* used only for REG_EXPECT). */
size_t refCount; /* Count of number of references to this
Tcl_Size refCount; /* Count of number of references to this
* compiled regexp. */
} TclRegexp;

Expand Down

0 comments on commit 933ddfa

Please sign in to comment.