Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4803:5d120deb60ca | 4804:3be2c7c0ef4b |
---|---|
1893 reinit_symbols_early (); | 1893 reinit_symbols_early (); |
1894 #ifndef NEW_GC | 1894 #ifndef NEW_GC |
1895 reinit_opaque_early (); | 1895 reinit_opaque_early (); |
1896 #endif /* not NEW_GC */ | 1896 #endif /* not NEW_GC */ |
1897 reinit_eistring_early (); | 1897 reinit_eistring_early (); |
1898 #ifdef WITH_NUMBER_TYPES | |
1898 reinit_vars_of_number (); | 1899 reinit_vars_of_number (); |
1900 #endif | |
1899 | 1901 |
1900 reinit_console_type_create_stream (); | 1902 reinit_console_type_create_stream (); |
1901 #ifdef HAVE_TTY | 1903 #ifdef HAVE_TTY |
1902 reinit_console_type_create_tty (); | 1904 reinit_console_type_create_tty (); |
1903 #endif | 1905 #endif |