Disable ERR_BAD_COMBINATION.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 3 Oct 1990 15:12:51 +0000 (15:12 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 3 Oct 1990 15:12:51 +0000 (15:12 +0000)
v7/src/microcode/errors.h

index 6e2c04ebba20f297731df4dffea7c6889808729e..bdde6a679668968bc5057f790b644d78d38c964a 100644 (file)
@@ -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 */