aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorPhilipp Stephani2017-05-20 16:37:42 +0200
committerPhilipp Stephani2017-05-21 21:49:17 +0200
commitcf68bb4aed0c3c65f1b71cb13c506f4f706744cc (patch)
treeace3f6e9cb12492782b9010f393b3b09749cac6c /src/emacs.c
parent84b28ec759ed3d294c2f49353942ae76e0c75532 (diff)
downloademacs-cf68bb4aed0c3c65f1b71cb13c506f4f706744cc.tar.gz
emacs-cf68bb4aed0c3c65f1b71cb13c506f4f706744cc.zip
Declare Nextstep unexec functions in lisp.h
This removes compiler warnings about missing prototypes on macOS.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 3aa914f22fa..4477f5bc017 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -137,10 +137,6 @@ static
137bool might_dump; 137bool might_dump;
138#endif 138#endif
139 139
140#if defined DARWIN_OS && !defined CANNOT_DUMP
141extern void unexec_init_emacs_zone (void);
142#endif
143
144/* If true, Emacs should not attempt to use a window-specific code, 140/* If true, Emacs should not attempt to use a window-specific code,
145 but instead should use the virtual terminal under which it was started. */ 141 but instead should use the virtual terminal under which it was started. */
146bool inhibit_window_system; 142bool inhibit_window_system;