diff src/lread.c @ 1849:21549d437f09

[xemacs-hg @ 2004-01-03 21:54:41 by james] GCPROd variables cannot be declared REGISTER. Thanks to James McPherson.
author james
date Sat, 03 Jan 2004 21:54:42 +0000
parents f3437b56874d
children 9c872f33ecbe
line wrap: on
line diff
--- a/src/lread.c	Fri Jan 02 22:50:24 2004 +0000
+++ b/src/lread.c	Sat Jan 03 21:54:42 2004 +0000
@@ -1364,7 +1364,7 @@
 {
   /* This function can GC */
   REGISTER Ichar c;
-  REGISTER Lisp_Object val = Qnil;
+  Lisp_Object val = Qnil;
   int speccount = specpdl_depth ();
   struct gcpro gcpro1, gcpro2;
   struct buffer *b = 0;