Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/bytecode.h Mon Aug 13 09:00:04 2007 +0200 +++ b/src/bytecode.h Mon Aug 13 09:02:59 2007 +0200 @@ -51,6 +51,9 @@ unsigned int interactivep: 1; /* Only used if I18N3, but always defined for simplicity. */ unsigned int domainp: 1; + /* Non-zero if this bytecode came from a v18 or v19 file. + We need to Ebolify the `assoc', `delq', etc. functions. */ + unsigned int ebolified: 1; } flags; Lisp_Object bytecodes; Lisp_Object constants;