comparison src/bytecode.h @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 0293115a14e9
children 3d6bfa290dbd
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
49 { 49 {
50 unsigned int documentationp: 1; 50 unsigned int documentationp: 1;
51 unsigned int interactivep: 1; 51 unsigned int interactivep: 1;
52 /* Only used if I18N3, but always defined for simplicity. */ 52 /* Only used if I18N3, but always defined for simplicity. */
53 unsigned int domainp: 1; 53 unsigned int domainp: 1;
54 /* Non-zero if this bytecode came from a v18 or v19 file.
55 We need to Ebolify the `assoc', `delq', etc. functions. */
56 unsigned int ebolified: 1;
54 } flags; 57 } flags;
55 Lisp_Object bytecodes; 58 Lisp_Object bytecodes;
56 Lisp_Object constants; 59 Lisp_Object constants;
57 Lisp_Object arglist; 60 Lisp_Object arglist;
58 /* This uses the minimal number of conses; see accessors in data.c. */ 61 /* This uses the minimal number of conses; see accessors in data.c. */