Mercurial > emacs
diff src/ChangeLog @ 110459:7ea64e427cb0
* src/doprnt.c: Do not include stdlib.h, config.h does it.
Move #include before macro definition.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Tue, 21 Sep 2010 14:03:34 +0300 |
| parents | 48428f365a8c |
| children | 9c07db876782 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Sep 21 10:35:18 2010 +0200 +++ b/src/ChangeLog Tue Sep 21 14:03:34 2010 +0300 @@ -1,3 +1,8 @@ +2010-09-21 Dan Nicolaescu <dann@ics.uci.edu> + + * doprnt.c: Do not include stdlib.h, config.h does it. + Move #include before macro definition. + 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu> * Makefile.in (temacs): Link using $(CC) not $(LD).
