From e43587a971a736357856fd4434f867d2c9828b65 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 10 Oct 1990 02:36:36 +0000 Subject: [PATCH] Add "-YPOSIX" to compiler switches. --- v7/src/microcode/s/ultrix.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/v7/src/microcode/s/ultrix.h b/v7/src/microcode/s/ultrix.h index 93580b147..2c2d53b73 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.9 1990/07/30 23:13:13 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/ultrix.h,v 1.10 1990/10/10 02:36:36 cph Exp $ Copyright (c) 1989, 1990 Massachusetts Institute of Technology @@ -42,7 +42,7 @@ MIT in each case. */ /* This is in mips.h for some reason. */ /* #define LIB_DEBUG */ -#define C_SWITCH_SYSTEM -D_ULTRIX +#define C_SWITCH_SYSTEM -D_ULTRIX -YPOSIX #define LIBS_SYSTEM -ltermcap @@ -74,9 +74,6 @@ MIT in each case. */ #define LIBX11_SYSTEM -lc -/* #define SOURCES_SYSTEM unixprim.c */ -/* #define OBJECTS_SYSTEM unixprim.o */ - #define ALTERNATE_M4 s/ultrix.m4 #ifndef INSTALL_PROGRAM #define INSTALL_PROGRAM cp -- 2.25.1