comparison TODO @ 185:16b4451e34b8

Add the ability to output line numbers, sort of. It is enabled with the intentionally undocumented -p option (similar to -P but reversed sense) and it might be vaguely useful but only prints the line number when the file changes and may not get the line numbers right.
author David A. Holland
date Fri, 12 Jun 2015 03:59:36 -0400
parents d65a2f2184cb
children 8c7e508da6cc
comparison
equal deleted inserted replaced
184:d359d9b86327 185:16b4451e34b8
31 t37 (BC foo EC should produce nothing) 31 t37 (BC foo EC should produce nothing)
32 Joerg says comments like in t36 should be stripped exactly 32 Joerg says comments like in t36 should be stripped exactly
33 twice, once when the macro is defined and again when it's 33 twice, once when the macro is defined and again when it's
34 expanded. Note that gcc's cpp -traditional is getting t37 34 expanded. Note that gcc's cpp -traditional is getting t37
35 wrong, and it gets t36 wrong with -C. 35 wrong, and it gets t36 wrong with -C.
36 - remove the intentionally undocumented -p option and generate
37 proper linenumber output.