Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison TODO @ 145:a403605d3166
Fix handling of macros in quoted strings.
Add some more tests; edit CHANGES a bit.
author | David A. Holland |
---|---|
date | Sat, 13 Jul 2013 14:19:59 -0400 |
parents | 66c7c05d6232 |
children | 15f51ed08ecf |
comparison
equal
deleted
inserted
replaced
144:7ab3d0c09cd8 | 145:a403605d3166 |
---|---|
19 | 19 |
20 fix: | 20 fix: |
21 - "#if 0 && 1/0" should not crash; fix eval method. | 21 - "#if 0 && 1/0" should not crash; fix eval method. |
22 - an unterminated comment is reported as "no newline at end of file" | 22 - an unterminated comment is reported as "no newline at end of file" |
23 (which isn't fatal by default) | 23 (which isn't fatal by default) |
24 - the behavior of t26 is different here and in gcc -E -traditional |