# HG changeset patch
# User David A. Holland
# Date 1434092688 14400
# Node ID e8f7ae63844f204c7d1b3108a00dce595863cad8
# Parent  e6eb15635a48ee437e97154dbc62d840e45ce80b
place_changefile() needs to be improved

diff -r e6eb15635a48 -r e8f7ae63844f TODO
--- 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.