]> granicus.if.org Git - python/commit
Whoops, fix build breakage. There were still a few uses of the bool type.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 26 Feb 2007 19:14:12 +0000 (19:14 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 26 Feb 2007 19:14:12 +0000 (19:14 +0000)
commit6baa4c4cc6d303bfdac7c6fd21371f3bc48c7e06
tree16ac764ea2e02dada18ee6269ed723ddcdd8e8e4
parent3591bbe4534d05631ace7b7e7b076c0cc52e7f13
Whoops, fix build breakage.  There were still a few uses of the bool type.
Remove the last few uses of bool/true/false.
Include/asdl.h
Python/Python-ast.c
Python/ast.c
Python/compile.c