aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-07-06 19:49:37 -0700
committerDan Nicolaescu2010-07-06 19:49:37 -0700
commitc0f2f16b6a0801ec30f518db6bcf7f27bb643122 (patch)
treeca7fe1bae3e14ab53a473fb3b6a3ebac321fad20 /src/ChangeLog
parent67aecef9f5192d2ab0cee83befc4e2c31fcdf806 (diff)
downloademacs-c0f2f16b6a0801ec30f518db6bcf7f27bb643122.tar.gz
emacs-c0f2f16b6a0801ec30f518db6bcf7f27bb643122.zip
Make the function member of Lisp_Subr use standard C prototypes.
* src/lisp.h (struct Lisp_Subr): Use a union for the function member. (DECL_ALIGN): Add a cast for the function. * src/eval.c (Feval, Ffuncall): Use the proper type for each type function call.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4cc649eccc1..05b231fffa2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Make the function member of Lisp_Subr use standard C prototypes.
4 * lisp.h (struct Lisp_Subr): Use a union for the function member.
5 (DECL_ALIGN): Add a cast for the function.
6 * eval.c (Feval, Ffuncall): Use the proper type for each type
7 function call.
8
12010-07-06 Chong Yidong <cyd@stupidchicken.com> 92010-07-06 Chong Yidong <cyd@stupidchicken.com>
2 10
3 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get 11 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get