changeset 156:e8f7ae63844f

place_changefile() needs to be improved
author David A. Holland
date Fri, 12 Jun 2015 03:04:48 -0400
parents e6eb15635a48
children 0d5b9651b240
files TODO
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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.