Make sizeof understand the C99 "sizeof typed initializer" syntax.
commit3cbd300235d64123ba26b1acaf3ed68807ed523d
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 29 Jul 2004 18:53:47 +0000 (29 11:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:24 +0000 (7 21:02 -0700)
treeceb1b850778022a2b322e68f2ce126ca5f3ea094
parent07636c9f3a029aae73250ec786426ae6645d0cf3
Make sizeof understand the C99 "sizeof typed initializer" syntax.

Also fix the type return of initializer evaluation, so that we
get the right size in the right place.

Add the necessary lines to parse the thing too.
evaluate.c
expression.c