Mercurial > hg > xemacs-beta
comparison src/bytecode.h @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
28 */ | 28 */ |
29 | 29 |
30 #ifndef _XEMACS_BYTECODE_H_ | 30 #ifndef _XEMACS_BYTECODE_H_ |
31 #define _XEMACS_BYTECODE_H_ | 31 #define _XEMACS_BYTECODE_H_ |
32 | 32 |
33 /* Meanings of slots in a Lisp_Compiled_Function. | 33 /* Meanings of slots in a Lisp_Compiled_Function. */ |
34 */ | |
35 #define COMPILED_ARGLIST 0 | 34 #define COMPILED_ARGLIST 0 |
36 #define COMPILED_BYTECODE 1 | 35 #define COMPILED_BYTECODE 1 |
37 #define COMPILED_CONSTANTS 2 | 36 #define COMPILED_CONSTANTS 2 |
38 #define COMPILED_STACK_DEPTH 3 | 37 #define COMPILED_STACK_DEPTH 3 |
39 #define COMPILED_DOC_STRING 4 | 38 #define COMPILED_DOC_STRING 4 |