makedbh.in _DATABASE_H => _MAGIC__DATABASE__DATABASE_H

This commit is contained in:
Darryl L. Miles 2025-01-31 18:53:59 +00:00 committed by R. Timothy Edwards
parent 2db18509c5
commit c5ebd7d3c0
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ add_generated_mask_macro(
"((m)->tt_words[{i}] = (n)->tt_words[{i}] & ~(o)->tt_words[{i}])", "((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: with open(sys.argv[2], "w", encoding="utf8") as f:
f.write(out_string) f.write(out_string)