Show switch statements more sanely, one case at a time,
commit74a24e2685b5482f42dc30846c34abad4db5498e
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Fri, 16 May 2003 22:28:36 +0000 (16 15:28 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:00:40 +0000 (7 21:00 -0700)
treed7d2e0b6ccca95b3e3c0ba01f97c25e82c48ab9f
parent840183b713383eda70a53d242b46ad94b63ab299
Show switch statements more sanely, one case at a time,
instead of just having the cases magically show up as part
of the statement list (which would get _very_ confusing from
a nesting standpoint.
show-parse.c