Mercurial > hg > xemacs-beta
comparison src/lisp.h @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:07 +0200 |
parents | 8e84bee8ddd0 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
366:83d76f480a59 | 367:a4f53d9b3154 |
---|---|
526 { | 526 { |
527 /* Integer. XINT(obj) is the integer value. */ | 527 /* Integer. XINT(obj) is the integer value. */ |
528 Lisp_Type_Int, | 528 Lisp_Type_Int, |
529 | 529 |
530 /* XRECORD_LHEADER (object) points to a struct lrecord_header | 530 /* XRECORD_LHEADER (object) points to a struct lrecord_header |
531 lheader->implementation determines the type (and GC behaviour) | 531 lheader->implementation determines the type (and GC behavior) |
532 of the object. */ | 532 of the object. */ |
533 Lisp_Type_Record, | 533 Lisp_Type_Record, |
534 | 534 |
535 #ifndef LRECORD_CONS | 535 #ifndef LRECORD_CONS |
536 /* Cons. XCONS (object) points to a struct Lisp_Cons. */ | 536 /* Cons. XCONS (object) points to a struct Lisp_Cons. */ |