remove code-table slot from methods
[bpt/guile.git] / libguile / goops.h
index 1c369ea..8d5fdc6 100644 (file)
@@ -186,10 +186,9 @@ typedef struct scm_t_method {
 #define scm_si_generic_function         0  /* offset of gf    slot in a <method> */
 #define scm_si_specializers     1  /* offset of spec. slot in a <method> */
 #define scm_si_procedure        2  /* offset of proc. slot in a <method> */
-#define scm_si_code_table       3  /* offset of code. slot in a <method> */
-#define scm_si_formals          4  /* offset of form. slot in a <method> */
-#define scm_si_body             5  /* offset of body  slot in a <method> */
-#define scm_si_make_procedure   6  /* offset of makep.slot in a <method> */
+#define scm_si_formals          3  /* offset of form. slot in a <method> */
+#define scm_si_body             4  /* offset of body  slot in a <method> */
+#define scm_si_make_procedure   5  /* offset of makep.slot in a <method> */
 
 /* C interface */
 SCM_API SCM scm_class_boolean;