diff options
| author | Gerd Moellmann | 2000-02-17 09:45:46 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-17 09:45:46 +0000 |
| commit | cc94f3b24e447e04da3e899af8909cb77d648ef0 (patch) | |
| tree | 9dc9189ad96dec0e5237e9fd36a6baf505c9eb7d /src/emacs.c | |
| parent | 10689a01d99ab2f3382bb7ef3912961ec08f8bb9 (diff) | |
| download | emacs-cc94f3b24e447e04da3e899af8909cb77d648ef0.tar.gz emacs-cc94f3b24e447e04da3e899af8909cb77d648ef0.zip | |
Remove `LISP_FLOAT_TYPE' and `standalone'.
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c index dd2e4b10f3f..0dc6e07fb30 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1404,9 +1404,7 @@ main (argc, argv, envp) | |||
| 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 */ |