Use is_type_void(x) instead of x == type_void where qualified versions of void might...
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 22 Apr 2012 13:53:02 +0000 (15:53 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 24 Apr 2012 12:51:59 +0000 (14:51 +0200)
commit9bf914ca0a1473ee629d30d8a6a65cfbd633712b
tree807a5db2b698cdd57083b814f3c499420d7241ad
parent3426ea17597cecb7c065260ea8e648a5c3ec50aa
Use is_type_void(x) instead of x == type_void where qualified versions of void might occur.
ast2firm.c
parser.c