mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-03 16:29:09 +02:00
makedbh.in _DATABASE_H => _MAGIC__DATABASE__DATABASE_H
This commit is contained in:
committed by
R. Timothy Edwards
parent
2db18509c5
commit
c5ebd7d3c0
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user