diff 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
line wrap: on
line diff
--- a/TODO	Fri Jun 12 03:35:01 2015 -0400
+++ b/TODO	Fri Jun 12 03:59:36 2015 -0400
@@ -33,3 +33,5 @@
 	  twice, once when the macro is defined and again when it's
 	  expanded. Note that gcc's cpp -traditional is getting t37
 	  wrong, and it gets t36 wrong with -C.
+	- remove the intentionally undocumented -p option and generate
+	  proper linenumber output.