Remove double underscore from c header templates

Using double underscore for an identifier in C/C++ invokes undefined
behavior.

From https://eel.is/c++draft/lex.name:

Each identifier that contains a double underscore __ or begins with an
underscore followed by an uppercase letter is reserved to the
implementation for any use.
This commit is contained in:
Tomasz Andrzejak 2021-03-16 10:16:33 +01:00
parent 46dedb3e33
commit 704aa4ebde
2 changed files with 2 additions and 2 deletions