Improve type checking for conditional expressions with pointer types (... ? ptr0...
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 6 Aug 2008 11:30:35 +0000 (11:30 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 6 Aug 2008 11:30:35 +0000 (11:30 +0000)
commiteb52651644b5497dcfb1fcf2c8773336d20ed12e
treeb8745d3efa4983977f804b0985c7deb883916e54
parent70724679e349298ee399b49a9157f07c4d323c79
Improve type checking for conditional expressions with pointer types (... ? ptr0 : ptr1), though not finished.

[r21011]
parser.c
type.c
type.h