Mercurial > hg > xemacs-beta
comparison src/lisp.h @ 195:a2f645c6b9f8 r20-3b24
Import from CVS: tag r20-3b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:59:05 +0200 |
parents | 3d6bfa290dbd |
children | 169c0442b401 |
comparison
equal
deleted
inserted
replaced
194:2947057885e5 | 195:a2f645c6b9f8 |
---|---|
1078 #define symbol_function(s) ((s)->function) | 1078 #define symbol_function(s) ((s)->function) |
1079 #define symbol_plist(s) ((s)->plist) | 1079 #define symbol_plist(s) ((s)->plist) |
1080 | 1080 |
1081 /*********** subr ***********/ | 1081 /*********** subr ***********/ |
1082 | 1082 |
1083 typedef Lisp_Object (*lisp_fn_t) (Lisp_Object, ...); | 1083 typedef Lisp_Object (*lisp_fn_t) (); |
1084 | 1084 |
1085 struct Lisp_Subr | 1085 struct Lisp_Subr |
1086 { | 1086 { |
1087 struct lrecord_header lheader; | 1087 struct lrecord_header lheader; |
1088 short min_args, max_args; | 1088 short min_args, max_args; |