changeset 178:0d5b9651b240

Merge Joerg's changes into upstream. (now that they've been thrashed out a bit, include CHANGES entries, etc.)
author David A. Holland
date Fri, 12 Jun 2015 03:05:49 -0400
parents e8f7ae63844f (diff) 6119608a9817 (current diff)
children 8f5b326689da
files
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Fri Jun 12 03:03:04 2015 -0400
+++ b/TODO	Fri Jun 12 03:05:49 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.