We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406d016 commit 05a236aCopy full SHA for 05a236a
utils/generate_one_header.py
@@ -24,7 +24,7 @@ def parseheader(out,filepath,basedir,onceincludedfiles):
24
25
if __name__ == "__main__":
26
onceincludedfiles=[]
27
- sys.stdout.write('#ifdef KAGUYA_LUABINDING_HPP_INCLUDED\n')
+ sys.stdout.write('#ifndef KAGUYA_LUABINDING_HPP_INCLUDED\n')
28
sys.stdout.write('#define KAGUYA_LUABINDING_HPP_INCLUDED\n')
29
parseheader(sys.stdout,'kaguya/kaguya.hpp','../include/',onceincludedfiles)
30
sys.stdout.write('#endif// KAGUYA_LUABINDING_HPP_INCLUDED\n')
0 commit comments