Skip to content

Commit 554face

Browse files
authored
Merge pull request ctypesgen#215 from mara004/patch-1
[Backport] ctypedescs: remove spurious APR types from type map
2 parents c163229 + 1b0e993 commit 554face

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ctypesgen/ctypedescs.py

-2
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@
6666
("int", True, 2): "c_longlong",
6767
("int", False, 2): "c_ulonglong",
6868
("size_t", True, 0): "c_size_t",
69-
("apr_int64_t", True, 0): "c_int64",
7069
("off64_t", True, 0): "c_int64",
71-
("apr_uint64_t", False, 0): "c_uint64",
7270
("wchar_t", True, 0): "c_wchar",
7371
("ptrdiff_t", True, 0): "c_ptrdiff_t", # Requires definition in preamble
7472
("ssize_t", True, 0): "c_ptrdiff_t", # Requires definition in preamble

0 commit comments

Comments
 (0)