Fix parsing of expression statements, which pointlessly start with sizeof or __aligno...
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 26 Oct 2008 17:46:08 +0000 (17:46 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 26 Oct 2008 17:46:08 +0000 (17:46 +0000)
commit11af36ddd9544af730586aba7cd3f2441485ee5e
tree800fbe58d1535e41378c1a08d98347a217ddff40
parent267e991756c22c122139b3f9247cd06bad21c59d
Fix parsing of expression statements, which pointlessly start with sizeof or __alignof__, and sort the case list.

[r23210]
parser.c