Clean up for/while/do parsing by separating them out
commit884c94a9358dfdf1440d27e0fb825a159df7836e
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 19 May 2003 18:56:04 +0000 (19 11:56 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:00:42 +0000 (7 21:00 -0700)
tree6a786c7818acfccc15bf783c2121d571b82568c8
parent6b459e1b9ac8c6dcda5eba06e44fd1f169bc206d
Clean up for/while/do parsing by separating them out
into functions of their own. This will make the C99
'for' syntax handling cleaner.

Make 'statement()' static to parse.c.
parse.c