Kaydet (Commit) 90321ec3 authored tarafından Marc-André Lemburg's avatar Marc-André Lemburg

Marc-Andre Lemburg <mal@lemburg.com>:

Include <> -> "". Patch by Bill Tutt.
üst 6cdec2ef
......@@ -50,7 +50,7 @@ typedef struct
out = open(headerFileName, "w")
out.write(header)
out = open(cFileName, "w")
out.write("#include <%s>\n" % headerFileName)
out.write("#include "%s"\n" % headerFileName)
out.write(code)
perfHash.generate_graph(out)
out.write("""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment