comparison src/bytecode.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children af57a77cbc92
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
25 FSF: long ago. 25 FSF: long ago.
26 Mly: rewrote for 19.8, properly abstracted. 26 Mly: rewrote for 19.8, properly abstracted.
27 Jon Reid: some changes for I18N3 (domain, etc), for 19.8. 27 Jon Reid: some changes for I18N3 (domain, etc), for 19.8.
28 */ 28 */
29 29
30 #ifndef _XEMACS_BYTECODE_H_ 30 #ifndef INCLUDED_bytecode_h_
31 #define _XEMACS_BYTECODE_H_ 31 #define INCLUDED_bytecode_h_
32 32
33 /* Meanings of slots in a Lisp_Compiled_Function. 33 /* Meanings of slots in a Lisp_Compiled_Function.
34 Don't use these! For backward compatibility only. */ 34 Don't use these! For backward compatibility only. */
35 #define COMPILED_ARGLIST 0 35 #define COMPILED_ARGLIST 0
36 #define COMPILED_INSTRUCTIONS 1 36 #define COMPILED_INSTRUCTIONS 1
117 doc-only - : (* 389 0) = 0 117 doc-only - : (* 389 0) = 0
118 int-only - : (* 42 0) = 0 118 int-only - : (* 42 0) = 0
119 neither - : (* 559 0) = 0 = 3530 119 neither - : (* 559 0) = 0 = 3530
120 */ 120 */
121 121
122 #endif /* _XEMACS_BYTECODE_H_ */ 122 #endif /* INCLUDED_bytecode_h_ */
123 123