From e3b3fcb95c425cf5ff7ca729082afb189655df57 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 3 Oct 1990 15:12:51 +0000 Subject: [PATCH] Disable ERR_BAD_COMBINATION. --- v7/src/microcode/errors.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/errors.h b/v7/src/microcode/errors.h index 6e2c04ebb..bdde6a679 100644 --- a/v7/src/microcode/errors.h +++ b/v7/src/microcode/errors.h @@ -1,6 +1,6 @@ /* -*-C-*- -Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology +Copyright (c) 1987, 1988, 1989, 1990 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/errors.h,v 9.33 1989/05/26 20:20:24 jinx Rel $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/errors.h,v 9.34 1990/10/03 15:12:51 jinx Exp $ * * Error and termination code declarations. * @@ -60,7 +60,7 @@ MIT in each case. */ #define ERR_ARG_1_BAD_RANGE 0x10 #define ERR_ARG_2_BAD_RANGE 0x11 #define ERR_ARG_3_BAD_RANGE 0x12 -#define ERR_BAD_COMBINATION 0x13 +/* #define ERR_BAD_COMBINATION 0x13 */ /* #define ERR_FASDUMP_OVERFLOW 0x14 */ #define ERR_BAD_INTERRUPT_CODE 0x15 /* Not generated */ /* #define ERR_NO_ERRORS 0x16 */ -- 2.25.1