summaryrefslogtreecommitdiff
path: root/src/s/ms-w32.h
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-07-12 09:56:59 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-07-12 09:56:59 -0700
commit2e31d424a10785a5459ad603044b52f010d5ac77 (patch)
treead1d8f01c8755680093dfc88758968a75a53c2c7 /src/s/ms-w32.h
parent6f704c767571d03df1cb429aadccd60b82a5c47b (diff)
downloademacs-2e31d424a10785a5459ad603044b52f010d5ac77.tar.gz
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.
Diffstat (limited to 'src/s/ms-w32.h')
-rw-r--r--src/s/ms-w32.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index a87e22b338c..b3e9db8be8a 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -40,7 +40,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* SYSTEM_TYPE should indicate the kind of system you are using.
It sets the Lisp variable system-type. */
#define SYSTEM_TYPE "windows-nt"
-#define SYMS_SYSTEM syms_of_ntterm ()
#define NO_MATHERR 1