From f0f6d9ef6ca4911223ce197a221ee4028a8b36fc Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 12 Apr 1990 21:07:04 +0000 Subject: [PATCH] Add `#undef ultrix' for unknown reasons -- JMiller. --- v7/src/microcode/s/ultrix.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/s/ultrix.h b/v7/src/microcode/s/ultrix.h index 17d2fedad..597166572 100644 --- a/v7/src/microcode/s/ultrix.h +++ b/v7/src/microcode/s/ultrix.h @@ -1,7 +1,7 @@ /* -*-C-*- System file for Ultrix -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/ultrix.h,v 1.4 1989/08/03 19:56:36 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/ultrix.h,v 1.5 1990/04/12 21:07:04 jinx Exp $ Copyright (c) 1989 Massachusetts Institute of Technology @@ -33,6 +33,9 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ +/* Why? -- ask JMiller */ +#undef ultrix + /* This says we have curses terminal support for Edwin. */ #define HAVE_CURSES -- 2.25.1