diff src/w32.c @ 112367:7cecbdca2394

* src/w32.c (check_windows_init_file): Remove declarations of Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.
author Sam Steingold <sds@gnu.org>
date Wed, 19 Jan 2011 10:24:40 -0500
parents 42e22c4f06b7
children
line wrap: on
line diff
--- 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;