fix "cached include" optimization
commitaed6a7cb60147855c76a36b1f89d9a8abf5169aa
authorgrischka <grischka>
Mon, 11 May 2009 16:55:16 +0000 (11 18:55 +0200)
committergrischka <grischka>
Mon, 11 May 2009 16:55:16 +0000 (11 18:55 +0200)
tree9008f997853b2a84cc9b356c393359b298a9899a
parent530b77e3659b0cea5763f55f0d5a65bfd96881f5
fix "cached include" optimization

comparing the filenames as in the #include statement can be
ambiguous if including files are in different directories.

Now caches and checks the really opened filename instead.
tccpp.c