diff options
| author | Po Lu | 2022-12-08 08:55:36 +0800 |
|---|---|---|
| committer | Po Lu | 2022-12-08 08:57:24 +0800 |
| commit | c774e83e36784ab96539c5c083b3bcb6d0158a8c (patch) | |
| tree | 8dca83ce6b7aa49a389982f986fcdc4c69677c5c /src | |
| parent | 508b0c1b2230e2b7b21299b3ffe64c05d2bf7f81 (diff) | |
| download | emacs-c774e83e36784ab96539c5c083b3bcb6d0158a8c.tar.gz emacs-c774e83e36784ab96539c5c083b3bcb6d0158a8c.zip | |
; * src/emacs.c (main): Improvements to last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index d8a2863fd9c..2d924da1cdb 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1937,7 +1937,9 @@ 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 | ||
| 1940 | init_bignum (); | 1941 | init_bignum (); |
| 1942 | #endif | ||
| 1941 | init_threads (); | 1943 | init_threads (); |
| 1942 | init_eval (); | 1944 | init_eval (); |
| 1943 | running_asynch_code = 0; | 1945 | running_asynch_code = 0; |