# HG changeset patch # User Sam Steingold # Date 1295450680 18000 # Node ID 7cecbdca2394eed1c739fe9e85c7a0b66b6ee6d5 # Parent 7b02a85cde7517f23c1f8b5114e3dbf018c6c57b * src/w32.c (check_windows_init_file): Remove declarations of Vwindow_system, Vload_path, Qfile_exists_p to fix compilation. diff -r 7b02a85cde75 -r 7cecbdca2394 src/ChangeLog --- a/src/ChangeLog Wed Jan 19 08:06:24 2011 -0700 +++ b/src/ChangeLog Wed Jan 19 10:24:40 2011 -0500 @@ -1,3 +1,8 @@ +2011-01-19 Sam Steingold + + * w32.c (check_windows_init_file): Remove declarations of + Vwindow_system, Vload_path, Qfile_exists_p to fix compilation. + 2011-01-19 Tom Tromey * window.c: Fix error introduced by previous patch. diff -r 7b02a85cde75 -r 7cecbdca2394 src/w32.c --- a/src/w32.c Wed Jan 19 08:06:24 2011 -0700 +++ b/src/w32.c Wed Jan 19 10:24:40 2011 -0500 @@ -5656,7 +5656,6 @@ if (!noninteractive && !inhibit_window_system) { - extern Lisp_Object Vwindow_system, Vload_path, Qfile_exists_p; Lisp_Object objs[2]; Lisp_Object full_load_path; Lisp_Object init_file;