From: Guillermo J. Rozas Date: Sun, 14 Feb 1993 23:03:51 +0000 (+0000) Subject: Change to use correct osf feature macro. X-Git-Tag: 20090517-FFI~8519 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4c9e3cc35ffe6fec3740abcc5a82413a9448f3a3;p=mit-scheme.git Change to use correct osf feature macro. --- diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 99c7e6f77..477cb9d66 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ux.h,v 1.40 1993/02/06 05:42:05 gjr Exp $ +$Id: ux.h,v 1.41 1993/02/14 23:03:51 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -176,7 +176,7 @@ extern void EXFUN (error_system_call, (int code, enum syscall_names name)); #ifdef _POSIX -#ifdef _osf +#ifdef __osf__ # include # include #endif