]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fload): Move safe_p definition to above #ifdef DOS_NT block.
authorJason Rumney <jasonr@gnu.org>
Mon, 27 Mar 2000 20:24:10 +0000 (20:24 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 27 Mar 2000 20:24:10 +0000 (20:24 +0000)
src/lread.c

index 02d6bbd3c37108bc234cb4764218e8aad4f5ca6e..67a04aa3f57b419c8cc414ba83f2a795bb1424cb 100644 (file)
@@ -611,11 +611,11 @@ Return t if file exists.")
   /* 1 means we are loading a compiled file.  */
   int compiled = 0;
   Lisp_Object handler;
+  int safe_p = 1;
   char *fmode = "r";
 #ifdef DOS_NT
   fmode = "rt";
 #endif /* DOS_NT */
-  int safe_p = 1;
 
   CHECK_STRING (file, 0);