Commit d5f8109
Fix Windows cross-compilation
- Add -DBUILD_rl_json so stubs API functions get DLLEXPORT
- Use %zu/%s for size_t format strings (Tcl_ObjPrintf lacks %zu on 8.6)
- Use Tcl_WideInt for pointer-sized values in debug leak-info command
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d2539b4 commit d5f8109
3 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3739 | 3739 | | |
3740 | 3740 | | |
3741 | 3741 | | |
3742 | | - | |
| 3742 | + | |
3743 | 3743 | | |
3744 | 3744 | | |
3745 | 3745 | | |
3746 | 3746 | | |
3747 | 3747 | | |
3748 | | - | |
3749 | | - | |
| 3748 | + | |
| 3749 | + | |
3750 | 3750 | | |
3751 | 3751 | | |
3752 | 3752 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments