Mercurial > emacs
diff src/ChangeLog @ 109156:32bdba8ef7f4
* src/intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 06 Jul 2010 20:09:30 -0700 |
parents | 6f7fb6d5f0f9 |
children | 6175ebc3b6ce |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jul 06 20:04:31 2010 -0700 +++ b/src/ChangeLog Tue Jul 06 20:09:30 2010 -0700 @@ -1,5 +1,7 @@ 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu> + * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT. + Make the function member of Lisp_Subr use standard C prototypes. * lisp.h (struct Lisp_Subr): Use a union for the function member. (DECL_ALIGN): Add a cast for the function.