Mercurial > hg > xemacs-beta
diff src/emacs.c @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | 6c0ae1f9357f |
children | 12579d965149 |
line wrap: on
line diff
--- a/src/emacs.c Mon Aug 13 10:10:03 2007 +0200 +++ b/src/emacs.c Mon Aug 13 10:10:54 2007 +0200 @@ -827,9 +827,7 @@ #if !defined (NO_SUBPROCESSES) syms_of_process (); #endif -#ifndef WINDOWSNT syms_of_profile (); -#endif #if defined (HAVE_MMAP) && defined (REL_ALLOC) syms_of_ralloc (); #endif /* HAVE_MMAP && REL_ALLOC */ @@ -1009,6 +1007,7 @@ structure_type_create_chartab (); structure_type_create_faces (); structure_type_create_rangetab (); + structure_type_create_hashtable (); /* Now initialize the image instantiator formats and associated symbols. Other than the first function below, the functions may @@ -1153,9 +1152,7 @@ #ifndef NO_SUBPROCESSES vars_of_process (); #endif -#ifndef WINDOWSNT vars_of_profile (); -#endif #if defined (HAVE_MMAP) && defined (REL_ALLOC) vars_of_ralloc (); #endif /* HAVE_MMAP && REL_ALLOC */