Make local declarations be statements of their own
commit3199700ab667063556470bdd45bfce0905465974
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 31 Dec 2005 21:13:52 +0000 (31 13:13 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 31 Dec 2005 21:13:52 +0000 (31 13:13 -0800)
treebf845cddf803ca13a3bb7ee2da02098369de7e3d
parent9ec2ac4c8860418beeb107bd58dc6f1284c492d0
Make local declarations be statements of their own

This removes the list of symbols for block statements, and instead makes
a declaration be a statement of its own.

This is necessary to correctly handle the case of mixed statements and
declarations correctly, since the order of declarations and statements
is meaningful.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
compile-i386.c
dissect.c
evaluate.c
expand.c
expression.h
inline.c
linearize.c
parse.c
parse.h
show-parse.c