diff 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
line wrap: on
line diff
--- a/TODO	Sat Jul 13 13:54:07 2013 -0400
+++ b/TODO	Sat Jul 13 14:19:59 2013 -0400
@@ -21,4 +21,3 @@
 	- "#if 0 && 1/0" should not crash; fix eval method.
 	- an unterminated comment is reported as "no newline at end of file"
 	  (which isn't fatal by default)
-	- the behavior of t26 is different here and in gcc -E -traditional