Skip to content

Commit

Permalink
TIP #707 follow-up: for tclDTrace.d too
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Dec 10, 2024
2 parents ac03f71 + b3c5371 commit 05d12fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generic/tclDTrace.d
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ struct Tcl_Obj {
void *ptr;
unsigned long value;
} ptrAndLongRep;
struct {
void *ptr;
Tcl_Size size;
} ptrAndSize;
} internalRep;
};

Expand Down

0 comments on commit 05d12fd

Please sign in to comment.