Skip to content
Snippets Groups Projects
Commit bd573fb7 authored by Mateusz Mikuła's avatar Mateusz Mikuła
Browse files

Fix cbindgen for disabled headers

parent f467791b
Branches
Tags
1 merge request!237Fix cbindgen for disabled headers
......@@ -2,7 +2,8 @@ sys_includes = []
include_guard = "_AIO_H"
language = "C"
style = "Tag"
no_default_includes = true
no_includes = true
cpp_compat = true
[enum]
prefix_with_name = true
......@@ -2,7 +2,8 @@ sys_includes = ["stdint.h", "sys/types.h"]
include_guard = "_FENV_H"
language = "C"
style = "Tag"
no_default_includes = true
no_includes = true
cpp_compat = true
[enum]
prefix_with_name = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment