mirror of https://github.com/python/cpython.git
Remove Emacs cruft.
This commit is contained in:
parent
f1b5a0e3aa
commit
ce5988b3d9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue