Mercurial > hg > xemacs-beta
comparison src/bytecode.h @ 233:52952cbfc5b5 r20-5b15
Import from CVS: tag r20-5b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:14:14 +0200 |
parents | 3d6bfa290dbd |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
232:aa6545ea0638 | 233:52952cbfc5b5 |
---|---|
37 #define COMPILED_STACK_DEPTH 3 | 37 #define COMPILED_STACK_DEPTH 3 |
38 #define COMPILED_DOC_STRING 4 | 38 #define COMPILED_DOC_STRING 4 |
39 #define COMPILED_INTERACTIVE 5 | 39 #define COMPILED_INTERACTIVE 5 |
40 #define COMPILED_DOMAIN 6 | 40 #define COMPILED_DOMAIN 6 |
41 | 41 |
42 #define COMPILED_FUNCTION_ANNOTATION_HACK | 42 /* It doesn't make sense to have this and also have load-history */ |
43 /* #define COMPILED_FUNCTION_ANNOTATION_HACK */ | |
43 | 44 |
44 struct Lisp_Compiled_Function | 45 struct Lisp_Compiled_Function |
45 { | 46 { |
46 struct lrecord_header lheader; | 47 struct lrecord_header lheader; |
47 unsigned short maxdepth; | 48 unsigned short maxdepth; |