]> granicus.if.org Git - python/commit
symtable_update_free_vars(), symtable_undo_free(),
authorBarry Warsaw <barry@python.org>
Fri, 23 Feb 2001 18:22:59 +0000 (18:22 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 23 Feb 2001 18:22:59 +0000 (18:22 +0000)
commit0372af754e33e31f7e2acbc0851a95db5b8af97b
tree96287fc035d37bd9b1e62cdbbf010fdf0c31ad4b
parent74b3bc47df9979e54c1f0c7866730eb499705f0e
symtable_update_free_vars(), symtable_undo_free(),
symtable_enter_scope(): Removed some unnecessary backslashes at the
end of lines.  C != Python. :)
Python/compile.c