Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1848:a186edab3fc8 | 1849:21549d437f09 |
---|---|
1362 Lisp_Object (*evalfun) (Lisp_Object), | 1362 Lisp_Object (*evalfun) (Lisp_Object), |
1363 int printflag) | 1363 int printflag) |
1364 { | 1364 { |
1365 /* This function can GC */ | 1365 /* This function can GC */ |
1366 REGISTER Ichar c; | 1366 REGISTER Ichar c; |
1367 REGISTER Lisp_Object val = Qnil; | 1367 Lisp_Object val = Qnil; |
1368 int speccount = specpdl_depth (); | 1368 int speccount = specpdl_depth (); |
1369 struct gcpro gcpro1, gcpro2; | 1369 struct gcpro gcpro1, gcpro2; |
1370 struct buffer *b = 0; | 1370 struct buffer *b = 0; |
1371 | 1371 |
1372 if (BUFFERP (readcharfun)) | 1372 if (BUFFERP (readcharfun)) |