Fix C/folderror
authorAndreas Zwinkau <zwinkau@kit.edu>
Thu, 11 Aug 2011 09:18:45 +0000 (11:18 +0200)
committerAndreas Zwinkau <zwinkau@kit.edu>
Thu, 11 Aug 2011 09:20:14 +0000 (11:20 +0200)
commitf91a0738737d5ece68d8291e56f7a7809da56ef9
treef4edc392ae7ca459987f39017016ed50ff46e2b3
parent58558497dcf35ed589188c87600576b58d7c237d
Fix C/folderror

Instead of converting a tarval to long and check if it is negative,
we must check the tarval itself, because the constant might be too
big for long.
ast.h
ast2firm.c
parser.c