comparison 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
comparison
equal deleted inserted replaced
155:e6eb15635a48 156:e8f7ae63844f
14 14
15 tidy up: 15 tidy up:
16 - get rid of inlinedefs.h 16 - get rid of inlinedefs.h
17 - use of places in and below macro.c is pretty bogus. 17 - use of places in and below macro.c is pretty bogus.
18 - macro code should be reworked. 18 - macro code should be reworked.
19 - place_changefile is manky and wastes memory. Also, in an ideal
20 world we'd remember the place #line changed the name and refer
21 to it when printing errors.
19 22
20 fix: 23 fix:
21 - "#if 0 && 1/0" should not crash; fix eval method. 24 - "#if 0 && 1/0" should not crash; fix eval method.
22 - an unterminated comment is reported as "no newline at end of file" 25 - an unterminated comment is reported as "no newline at end of file"
23 (which isn't fatal by default) 26 (which isn't fatal by default)