/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/gccode.h,v 9.45 1992/02/03 23:28:28 jinx Exp $
+$Id: gccode.h,v 9.46 1992/12/05 03:33:24 cph Exp $
Copyright (c) 1987-92 Massachusetts Institute of Technology
#define case_simple_Vector \
case TC_NON_MARKED_VECTOR: \
case TC_VECTOR: \
+ case TC_RECORD: \
case TC_CONTROL_POINT: \
case TC_COMBINATION: \
case TC_PCOMB3: \
/* -*-C-*-
-$Id: gctype.c,v 9.31 1992/09/26 02:47:42 cph Exp $
+$Id: gctype.c,v 9.32 1992/12/05 03:33:18 cph Exp $
Copyright (c) 1987-92 Massachusetts Institute of Technology
GC_Non_Pointer, /* TC_STACK_ENVIRONMENT */
GC_Pair, /* TC_COMPLEX */
GC_Vector, /* TC_COMPILED_CODE_BLOCK */
- GC_Undefined, /* 0x3E */
+ GC_Vector, /* TC_RECORD */
#if (TYPE_CODE_LENGTH == 6)
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/types.h,v 9.32 1991/01/24 04:31:04 cph Exp $
+$Id: types.h,v 9.33 1992/12/05 03:33:01 cph Exp $
-Copyright (c) 1987-91 Massachusetts Institute of Technology
+Copyright (c) 1987-92 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
/* 0x3B */ "STACK-ENVIRONMENT", \
/* 0x3C */ "COMPLEX", \
/* 0x3D */ "COMPILED-CODE-BLOCK" \
+ /* 0x3E */ "RECORD" \
}
\f
/* Flags and aliases */
/* -*-C-*-
-$Id: gctype.c,v 9.31 1992/09/26 02:47:42 cph Exp $
+$Id: gctype.c,v 9.32 1992/12/05 03:33:18 cph Exp $
Copyright (c) 1987-92 Massachusetts Institute of Technology
GC_Non_Pointer, /* TC_STACK_ENVIRONMENT */
GC_Pair, /* TC_COMPLEX */
GC_Vector, /* TC_COMPILED_CODE_BLOCK */
- GC_Undefined, /* 0x3E */
+ GC_Vector, /* TC_RECORD */
#if (TYPE_CODE_LENGTH == 6)
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/types.h,v 9.32 1991/01/24 04:31:04 cph Exp $
+$Id: types.h,v 9.33 1992/12/05 03:33:01 cph Exp $
-Copyright (c) 1987-91 Massachusetts Institute of Technology
+Copyright (c) 1987-92 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
/* 0x3B */ "STACK-ENVIRONMENT", \
/* 0x3C */ "COMPLEX", \
/* 0x3D */ "COMPILED-CODE-BLOCK" \
+ /* 0x3E */ "RECORD" \
}
\f
/* Flags and aliases */