Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
109155:194249bde54b | 109156:32bdba8ef7f4 |
---|---|
1 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu> | 1 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu> |
2 | |
3 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT. | |
2 | 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. |
6 * eval.c (Feval, Ffuncall): Use the proper type for each type | 8 * eval.c (Feval, Ffuncall): Use the proper type for each type |