Linearize iterators, at least a first try at it.
commitca6f609c266da41c86e294dda18ca7c6b7db44b3
authorLinus Torvalds <torvalds@home.osdl.org>
Thu, 12 Feb 2004 01:18:39 +0000 (11 18:18 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:22 +0000 (7 21:01 -0700)
treebd44a4b7cf080b04b0d0c800cf9924babe814267
parentcf48f1fd60f675b65028cdff31a09f1dd4b0833d
Linearize iterators, at least a first try at it.

As with labels, this required us to do indirection through
a symbol for branch targets. Now everything is handled that
way, and things look a lot saner.
linearize.c
parse.h
show-parse.c