diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c index 2d924da1cdb..d8a2863fd9c 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1937,9 +1937,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem | |||
| 1937 | } | 1937 | } |
| 1938 | 1938 | ||
| 1939 | init_alloc (); | 1939 | init_alloc (); |
| 1940 | #ifndef HAVE_UNEXEC | ||
| 1941 | init_bignum (); | 1940 | init_bignum (); |
| 1942 | #endif | ||
| 1943 | init_threads (); | 1941 | init_threads (); |
| 1944 | init_eval (); | 1942 | init_eval (); |
| 1945 | running_asynch_code = 0; | 1943 | running_asynch_code = 0; |