aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-09-21 14:03:34 +0300
committerDan Nicolaescu2010-09-21 14:03:34 +0300
commit92bc9a3678e0dbd7400067988ef0bd4410621f36 (patch)
tree1fd7d4ff93c2d149718bc332cba1583066843939 /src/ChangeLog
parentb0f037ed888772b7ef698c2ad5ddedf1bd7296b1 (diff)
downloademacs-92bc9a3678e0dbd7400067988ef0bd4410621f36.tar.gz
emacs-92bc9a3678e0dbd7400067988ef0bd4410621f36.zip
* src/doprnt.c: Do not include stdlib.h, config.h does it.
Move #include before macro definition.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a438304b93f..f44add45de0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * doprnt.c: Do not include stdlib.h, config.h does it.
4 Move #include before macro definition.
5
12010-09-20 Dan Nicolaescu <dann@ics.uci.edu> 62010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * Makefile.in (temacs): Link using $(CC) not $(LD). 8 * Makefile.in (temacs): Link using $(CC) not $(LD).