Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison TODO @ 190:6947cd2cde79
another note for later
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 20:06:09 -0400 |
parents | 8c7e508da6cc |
children |
comparison
equal
deleted
inserted
replaced
189:00ef62949535 | 190:6947cd2cde79 |
---|---|
30 Joerg says comments like in t36 should be stripped exactly | 30 Joerg says comments like in t36 should be stripped exactly |
31 twice, once when the macro is defined and again when it's | 31 twice, once when the macro is defined and again when it's |
32 expanded. Note that gcc's cpp -traditional is getting t37 | 32 expanded. Note that gcc's cpp -traditional is getting t37 |
33 wrong, and it gets t36 wrong with -C. | 33 wrong, and it gets t36 wrong with -C. |
34 - remove the intentionally undocumented -p option and generate | 34 - remove the intentionally undocumented -p option and generate |
35 proper linenumber output. | 35 proper linenumber output. (also, in this code what happens if |
36 a comment spans files? I bet currently it will emit the line | |
37 number into the comment.) |