comparison src/emacs.c @ 27727:9400865ec7cf

Remove `LISP_FLOAT_TYPE' and `standalone'.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 17 Feb 2000 09:45:46 +0000
parents 9de718d5635c
children 048c82411361
comparison
equal deleted inserted replaced
27726:9627810a3fed 27727:9400865ec7cf
1402 #endif /* HAVE_X_WINDOWS */ 1402 #endif /* HAVE_X_WINDOWS */
1403 init_fns (); 1403 init_fns ();
1404 init_xdisp (); 1404 init_xdisp ();
1405 init_macros (); 1405 init_macros ();
1406 init_editfns (); 1406 init_editfns ();
1407 #ifdef LISP_FLOAT_TYPE
1408 init_floatfns (); 1407 init_floatfns ();
1409 #endif
1410 #ifdef VMS 1408 #ifdef VMS
1411 init_vmsfns (); 1409 init_vmsfns ();
1412 #endif /* VMS */ 1410 #endif /* VMS */
1413 init_process (); 1411 init_process ();
1414 #ifdef HAVE_SOUND 1412 #ifdef HAVE_SOUND