Skip to content

Commit b14afad

Browse files
ioanavivi12dlang-bot
authored andcommitted
Fix Issue 22594 - Update Interfacing to C to include intptr_t and uintptr_t
1 parent 0462dcf commit b14afad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/interfaceToC.dd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ $(H2 $(LNAME2 data_type_compat, Data Type Compatibility))
152152

153153
$(TROW3 core.stdc.config.c_long, long, long)
154154
$(TROW3 core.stdc.config.c_ulong, unsigned long, unsigned long)
155+
$(TROW3 core.stdc.stdint.intptr_t, intptr_t, intptr_t)
156+
$(TROW3 core.stdc.stdint.uintptr_t, uintptr_t, uintptr_t)
155157

156158
$(TROW3PLUS long, long long, long, (or $(D long long)))
157159
$(TROW3PLUS ulong, unsigned long long, unsigned long, (or $(D unsigned long long)))

0 commit comments

Comments
 (0)