Convert function definitions to standard C and some cleanups.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 12 Jul 2010 16:56:59 +0000 (09:56 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 12 Jul 2010 16:56:59 +0000 (09:56 -0700)
commit2e31d424a10785a5459ad603044b52f010d5ac77
treead1d8f01c8755680093dfc88758968a75a53c2c7
parent6f704c767571d03df1cb429aadccd60b82a5c47b
Convert function definitions to standard C and some cleanups.
* src/emacs.c (__do_global_ctors, __do_global_ctors_aux)
(__do_global_dtors, __main): Use void in definition.
(main): Remove code dealing with SET_EMACS_PRIORITY, unused.
Remove SYMS_MACHINE code, unused.  Remove SYMS_SYSTEM, inline
the only users from ...
* src/s/ms-w32.h (SYMS_SYSTEM): ... here and ...
* src/s/msdos.h (SYMS_SYSTEM): ... here.  Remove.
(HAVE_VOLATILE): Remove, unused.
src/ChangeLog
src/emacs.c
src/s/ms-w32.h
src/s/msdos.h