makedbh.in _DATABASE_H => _MAGIC__DATABASE__DATABASE_H
This commit is contained in:
parent
2db18509c5
commit
c5ebd7d3c0
|
|
@ -99,7 +99,7 @@ add_generated_mask_macro(
|
|||
"((m)->tt_words[{i}] = (n)->tt_words[{i}] & ~(o)->tt_words[{i}])",
|
||||
)
|
||||
|
||||
p("#endif /* _DATABASE_H */\n")
|
||||
p("#endif /* _MAGIC__DATABASE__DATABASE_H */\n")
|
||||
|
||||
with open(sys.argv[2], "w", encoding="utf8") as f:
|
||||
f.write(out_string)
|
||||
|
|
|
|||
Loading…
Reference in New Issue