aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-08-20 15:52:10 -0700
committerDan Nicolaescu2010-08-20 15:52:10 -0700
commit748155880fc11549ab230b74e2cb2d03a4965630 (patch)
treec4f27758ef29c1ebb179a08e613b0b62adf40be6 /src/ChangeLog
parentf5817d1cb513506a25320349f8ef967c23187753 (diff)
downloademacs-748155880fc11549ab230b74e2cb2d03a4965630.tar.gz
emacs-748155880fc11549ab230b74e2cb2d03a4965630.zip
Small src/puresize.h cleanup.
* src/puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not defined, unconditionally defined in lisp.h.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2c51aeb6ce7..2150e4d3fac 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-08-20 Dan Nicolaescu <dann@ics.uci.edu> 12010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
4 defined, unconditionally defined in lisp.h.
5
3 * term.c: Do not include <termios.h>, systty.h does it. 6 * term.c: Do not include <termios.h>, systty.h does it.
4 7
5 * s/unixware.h (HAVE_TCATTR): 8 * s/unixware.h (HAVE_TCATTR):