Unambiguate all include guards
GNU binutils also uses _FNMATCH_H for a guard, maybe along others!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user