comparison src/alloc.c @ 233:52952cbfc5b5 r20-5b15

Import from CVS: tag r20-5b15
author cvs
date Mon, 13 Aug 2007 10:14:14 +0200
parents 78478c60bfcd
children f220cc83d72e
comparison
equal deleted inserted replaced
232:aa6545ea0638 233:52952cbfc5b5
4190 Vdoc_directory = Qnil; 4190 Vdoc_directory = Qnil;
4191 Vconfigure_info_directory = Qnil; 4191 Vconfigure_info_directory = Qnil;
4192 Vexec_path = Qnil; 4192 Vexec_path = Qnil;
4193 Vload_path = Qnil; 4193 Vload_path = Qnil;
4194 /* Vdump_load_path = Qnil; */ 4194 /* Vdump_load_path = Qnil; */
4195 #if defined(LOADHIST) && !(defined(LOADHIST_DUMPED) || \
4196 defined(LOADHIST_BUILTIN))
4195 Vload_history = Qnil; 4197 Vload_history = Qnil;
4198 #endif
4196 Vshell_file_name = Qnil; 4199 Vshell_file_name = Qnil;
4197 4200
4198 garbage_collect_1 (); 4201 garbage_collect_1 ();
4199 4202
4200 /* Run the disksave finalization methods of all live objects. */ 4203 /* Run the disksave finalization methods of all live objects. */