Add "select" expression.
commitc3b6ccf01b43193b705a1f4332e9b28b7ace3938
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 2 Aug 2004 03:17:28 +0000 (1 20:17 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:30 +0000 (7 21:02 -0700)
tree1f18fb793b26914ceed6f52ff5387731b2ed1fb9
parent8e039e099e7aba63590969ceba7a20f208c2bbba
Add "select" expression.

It's the same as a regular C conditional, except you could
evaluate both sides first. Right now we treat it exactly
the same as an EXPR_CONDITIONAL.
compile-i386.c
evaluate.c
expand.c
expression.h
inline.c
linearize.c
show-parse.c