Make the function member of Lisp_Subr use standard C prototypes.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 7 Jul 2010 02:49:37 +0000 (19:49 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 7 Jul 2010 02:49:37 +0000 (19:49 -0700)
commitc0f2f16b6a0801ec30f518db6bcf7f27bb643122
treeca7fe1bae3e14ab53a473fb3b6a3ebac321fad20
parent67aecef9f5192d2ab0cee83befc4e2c31fcdf806
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.
src/ChangeLog
src/eval.c
src/lisp.h