Convert most remaining function definitions to standard C.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 5 Jul 2010 10:36:06 +0000 (12:36 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 5 Jul 2010 10:36:06 +0000 (12:36 +0200)
commitd3da34e0dab1404e80dba5413b3c449a6ea8fa0c
treec24d736f75b63d4abb1b8ddd49b088632ccd8aee
parent00be444c737e95c7455aa1808d9da75d4affd51f
Convert most remaining function definitions to standard C.

* buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
* xdisp.c: Convert function definitions to standard C.

* cm.c (cmputc): Arg C is now int, not char.
* process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
src/ChangeLog
src/buffer.c
src/cm.c
src/eval.c
src/image.c
src/keyboard.c
src/process.c
src/term.c
src/vm-limit.c
src/xdisp.c