From 90dc7b032c546a5357694bba57b0df40d2f15174 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 24 Oct 1995 09:34:30 +0000 Subject: [PATCH] Changes to allow Win32 microcode to be compiled by the Watcom C compiler. --- v7/src/microcode/bchdmp.c | 5 +++-- v7/src/microcode/ntutl/makefile.wcc | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/v7/src/microcode/bchdmp.c b/v7/src/microcode/bchdmp.c index b88310654..c19c325bf 100644 --- a/v7/src/microcode/bchdmp.c +++ b/v7/src/microcode/bchdmp.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: bchdmp.c,v 9.81 1995/10/15 00:35:36 cph Exp $ +$Id: bchdmp.c,v 9.82 1995/10/24 09:29:17 cph Exp $ Copyright (c) 1987-95 Massachusetts Institute of Technology @@ -104,6 +104,8 @@ static char FASDUMP_FILENAME[] = "\\tmp\\faXXXXXX"; #include #endif +#endif /* _OS2 */ + #if defined(__IBMC__) || defined(__WATCOMC__) #include @@ -150,7 +152,6 @@ DEFUN (mktemp, (fname), unsigned char * fname) } #endif /* __IBMC__ or __WATCOMC__ */ -#endif /* _OS2 */ #ifndef FASDUMP_FILENAME_DEFINED diff --git a/v7/src/microcode/ntutl/makefile.wcc b/v7/src/microcode/ntutl/makefile.wcc index bcfe0e0da..1703bc546 100644 --- a/v7/src/microcode/ntutl/makefile.wcc +++ b/v7/src/microcode/ntutl/makefile.wcc @@ -1,8 +1,8 @@ ### -*- Fundamental -*- ### -### $Id: makefile.wcc,v 1.1 1995/10/24 09:32:03 cph Exp $ +### $Id: makefile.wcc,v 1.2 1995/10/24 09:33:04 cph Exp $ ### -### Copyright (c) 1992-1993 Massachusetts Institute of Technology +### Copyright (c) 1992-95 Massachusetts Institute of Technology ### ### This material was developed by the Scheme project at the ### Massachusetts Institute of Technology, Department of @@ -38,7 +38,7 @@ ### #### Makefile for Scheme under Win32 compiled by Watcom C/C++ -#!include +### This makefile is meant to be used with Watcom make. USER_PRIM_SOURCES = USER_PRIM_OBJECTS = -- 2.25.1