projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
508b0c1
)
; * src/emacs.c (main): Improvements to last change.
author
Po Lu
<luangruo@yahoo.com>
Thu, 8 Dec 2022 00:55:36 +0000
(08:55 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 8 Dec 2022 00:57:24 +0000
(08:57 +0800)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index d8a2863fd9c4fa4671f55bae59d573e0dfe358f0..2d924da1cdb6da70438a02b6d101e207054766d8 100644
(file)
--- 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
}
init_alloc ();
+#ifndef HAVE_UNEXEC
init_bignum ();
+#endif
init_threads ();
init_eval ();
running_asynch_code = 0;