Mercurial > hg > xemacs-beta
comparison src/doc.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 | a8d8f419b459 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
1848:a186edab3fc8 | 1849:21549d437f09 |
---|---|
388 translation. | 388 translation. |
389 */ | 389 */ |
390 (symbol, prop, raw)) | 390 (symbol, prop, raw)) |
391 { | 391 { |
392 /* This function can GC */ | 392 /* This function can GC */ |
393 REGISTER Lisp_Object doc = Qnil; | 393 Lisp_Object doc = Qnil; |
394 #ifdef I18N3 | 394 #ifdef I18N3 |
395 REGISTER Lisp_Object domain; | 395 REGISTER Lisp_Object domain; |
396 #endif | 396 #endif |
397 struct gcpro gcpro1; | 397 struct gcpro gcpro1; |
398 | 398 |