Mercurial > ~dholland > hg > tradcpp > index.cgi
diff TODO @ 156:e8f7ae63844f
place_changefile() needs to be improved
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 03:04:48 -0400 |
parents | 15f51ed08ecf |
children | d65a2f2184cb |
line wrap: on
line diff
--- a/TODO Fri Jun 12 01:53:42 2015 -0400 +++ b/TODO Fri Jun 12 03:04:48 2015 -0400 @@ -16,6 +16,9 @@ - get rid of inlinedefs.h - use of places in and below macro.c is pretty bogus. - macro code should be reworked. + - place_changefile is manky and wastes memory. Also, in an ideal + world we'd remember the place #line changed the name and refer + to it when printing errors. fix: - "#if 0 && 1/0" should not crash; fix eval method.