comparison src/alloc.c @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 360340f9fd5f
children 48d667d6f17f
comparison
equal deleted inserted replaced
109:e183fc049578 110:fe104dbd9147
3897 3897
3898 /* Yeah, this list is pretty ad-hoc... */ 3898 /* Yeah, this list is pretty ad-hoc... */
3899 Vprocess_environment = Qnil; 3899 Vprocess_environment = Qnil;
3900 Vexec_directory = Qnil; 3900 Vexec_directory = Qnil;
3901 Vdata_directory = Qnil; 3901 Vdata_directory = Qnil;
3902 Vsite_directory = Qnil;
3902 Vdoc_directory = Qnil; 3903 Vdoc_directory = Qnil;
3903 Vconfigure_info_directory = Qnil; 3904 Vconfigure_info_directory = Qnil;
3904 Vexec_path = Qnil; 3905 Vexec_path = Qnil;
3905 Vload_path = Qnil; 3906 Vload_path = Qnil;
3906 /* Vdump_load_path = Qnil; */ 3907 /* Vdump_load_path = Qnil; */