diff src/lread.c @ 1266:b5a5863da615

[xemacs-hg @ 2003-02-07 00:54:17 by ben] To: xemacs-patches@xemacs.org lread.c: Oops. Plain C can't handle declarations intermixed with statements.
author ben
date Fri, 07 Feb 2003 00:54:20 +0000
parents 465bd3c7d932
children 57b76886836d
line wrap: on
line diff
--- a/src/lread.c	Fri Feb 07 00:49:42 2003 +0000
+++ b/src/lread.c	Fri Feb 07 00:54:20 2003 +0000
@@ -503,10 +503,10 @@
   int message_p = NILP (nomessage) || load_always_display_messages;
   static Lisp_Object last_file_loaded;
   struct stat s1, s2;
-  GCPRO4 (file, newer, older, found);
   Ibyte *spaces = alloca_ibytes (load_in_progress * 2 + 10);
   int i;
 
+  GCPRO4 (file, newer, older, found);
   CHECK_STRING (file);
 
   if (noninteractive)