Mercurial > hg > xemacs-beta
comparison src/symeval.h @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 41dbb7a9d5f2 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
280 */ | 280 */ |
281 void defsubr_macro (Lisp_Subr *); | 281 void defsubr_macro (Lisp_Subr *); |
282 #define DEFSUBR_MACRO(Fname) defsubr_macro (&S##Fname) | 282 #define DEFSUBR_MACRO(Fname) defsubr_macro (&S##Fname) |
283 | 283 |
284 void defsymbol (Lisp_Object *location, CONST char *name); | 284 void defsymbol (Lisp_Object *location, CONST char *name); |
285 void defsymbol_nodump (Lisp_Object *location, CONST char *name); | |
285 | 286 |
286 void defkeyword (Lisp_Object *location, CONST char *name); | 287 void defkeyword (Lisp_Object *location, CONST char *name); |
287 | 288 |
288 void deferror (Lisp_Object *symbol, CONST char *name, | 289 void deferror (Lisp_Object *symbol, CONST char *name, |
289 CONST char *message, Lisp_Object inherits_from); | 290 CONST char *message, Lisp_Object inherits_from); |