Commit a89e1c6b authored by Guido van Rossum's avatar Guido van Rossum

Remove Emacs cruft.

parent 5088599e
......@@ -68,7 +68,3 @@ def writecode(outfp, mod, str):
for c in str[i:i+16]:
outfp.write('%d,' % ord(c))
outfp.write('\n};\n')
# Local Variables:
# indent-tabs-mode: nil
# End:
......@@ -27,7 +27,3 @@ def makemakefile(outfp, makevars, files, target):
outfp.write("\t$(CC) %s -o %s\n" % (string.join(files), target))
outfp.write("\nclean:\n\t-rm -f *.o %s\n" % target)
# Local Variables:
# indent-tabs-mode: nil
# End:
......@@ -120,7 +120,3 @@ def realwork(vars, moddefns, target):
print "clean:"
print "\t-rm -f *.obj"
print "\t-rm -f $(target).exe"
# Local Variables:
# indent-tabs-mode: nil
# End:
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