aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation
diff options
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>2004-09-30 09:17:12 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:03:26 -0700
commit3f9dcfb9cc7156a23a62613527e911a653b0305b (patch)
treedca3c5ddb310a24b79bbd06f307eb3bef24778ff /validation
parente3f66d29bd11094bcb0783148989fada4f3dfe60 (diff)
downloadsparse-dev-3f9dcfb9cc7156a23a62613527e911a653b0305b.tar.gz
[PATCH] two-arguments ?:
Instead of trying to handle two- and three-argument ?: in the same code, have evaluate_expression() turn the expression 'v1 ? : v2' into its equivalent of '(temp_var = v1, temp_var ? temp_var : v2)' and use the normal logics to deal with the results.
Diffstat (limited to 'validation')
0 files changed, 0 insertions, 0 deletions