Mercurial > hg > xemacs-beta
diff src/emacs.c @ 4804:3be2c7c0ef4b
Unbreak the non-bignum build by only calling reinit_vars_of_number() if
WITH_NUMBER_TYPES. See xemacs-patches message with ID
<870180fe1001061502n5326a2fcv28707aa91d6f26dc@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 06 Jan 2010 16:03:37 -0700 |
parents | 2fc0e2f18322 |
children | b3ea9c582280 |
line wrap: on
line diff
--- a/src/emacs.c Wed Jan 06 10:44:06 2010 -0700 +++ b/src/emacs.c Wed Jan 06 16:03:37 2010 -0700 @@ -1895,7 +1895,9 @@ reinit_opaque_early (); #endif /* not NEW_GC */ reinit_eistring_early (); +#ifdef WITH_NUMBER_TYPES reinit_vars_of_number (); +#endif reinit_console_type_create_stream (); #ifdef HAVE_TTY