Unambiguate all include guards

GNU binutils also uses _FNMATCH_H for a guard, maybe along others!
This commit is contained in:
jD91mZM2
2020-06-29 11:34:51 +02:00
parent f8b49936bc
commit 593925ceb4
35 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
sys_includes = ["stddef.h", "stdint.h", "strings.h"]
include_guard = "_STRING_H"
include_guard = "_RELIBC_STRING_H"
language = "C"
style = "Tag"
no_includes = true