aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-07-06 20:09:30 -0700
committerDan Nicolaescu2010-07-06 20:09:30 -0700
commit48fb68553ba2d2bc657fee2b04b24acb77b6f028 (patch)
tree9354ee87f5c5e7185a0dbb99399ee03662a3cd86 /src/ChangeLog
parent9715a0b909f38bcf322d697bcdf56f6744c9584d (diff)
downloademacs-48fb68553ba2d2bc657fee2b04b24acb77b6f028.tar.gz
emacs-48fb68553ba2d2bc657fee2b04b24acb77b6f028.zip
* src/intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 05b231fffa2..7f2f664cc07 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-07-07 Dan Nicolaescu <dann@ics.uci.edu> 12010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
4
3 Make the function member of Lisp_Subr use standard C prototypes. 5 Make the function member of Lisp_Subr use standard C prototypes.
4 * lisp.h (struct Lisp_Subr): Use a union for the function member. 6 * lisp.h (struct Lisp_Subr): Use a union for the function member.
5 (DECL_ALIGN): Add a cast for the function. 7 (DECL_ALIGN): Add a cast for the function.