Skip to content

Commit bbbf4c4

Browse files
authored
1 parent a94ab42 commit bbbf4c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/libgrass_interface_generator/ctypesgen/ctypedescs.py

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
("__uint64", False, 0): "c_uint64",
5959
("__uint64_t", False, 0): "c_uint64",
6060
("_Bool", True, 0): "c_bool",
61+
("bool", True, 0): "c_bool",
6162
}
6263

6364
ctypes_type_map_python_builtin = {

0 commit comments

Comments
 (0)