ternary operator extension
commitfb420cde5ce1699d689790ffad8493e009a1d13b
authorBert Wesarg <bert.wesarg@googlemail.com>
Wed, 15 Oct 2008 21:32:54 +0000 (15 23:32 +0200)
committerBert Wesarg <bert.wesarg@googlemail.com>
Wed, 15 Oct 2008 21:32:54 +0000 (15 23:32 +0200)
tree422dc9ecf409abfd3e4f75c0d7c74cbb35821597
parent664b0e3a265547b63a3eb1e95add6e8b5d0c525d
ternary operator extension

make the ?: operator right assoc, so that it behaves like C

implement the GNU C extension a?:b

B.W.

---

Patch: !ternary-operator.patch
Patch: +ternary-operator-GNU.patch
series
ternary-operator-GNU.patch [new file with mode: 0644]
ternary-operator.patch