# HG changeset patch # User David A. Holland # Date 1434092749 14400 # Node ID 0d5b9651b240be3708af7842a08167d59b5b1e52 # Parent e8f7ae63844f204c7d1b3108a00dce595863cad8# Parent 6119608a9817b516722adfb39ecf770482442d2a Merge Joerg's changes into upstream. (now that they've been thrashed out a bit, include CHANGES entries, etc.) diff -r 6119608a9817 -r 0d5b9651b240 TODO --- 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.