- Disable output of empty header files

- Remove incorrect header styles
- Use export.replace where header style was previously needed
- Check compilation of tests using system gcc
This commit is contained in:
Jeremy Soller
2018-11-26 21:35:02 -07:00
parent 4bb16e01b2
commit 950b4526c7
33 changed files with 46 additions and 55 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
sys_includes = ["stddef.h", "stdint.h", "sys/types.h"]
include_guard = "_SYS_SOCKET_H"
style = "Both"
language = "C"
style = "Tag"
[defines]
"target_os=linux" = "__linux__"