From a7bb2f940cf22af40e93829ac46f95acd8ba855d Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 23 Jul 1992 12:38:01 +0000 Subject: [PATCH] Fix incorrect presence macro. --- v7/src/microcode/ospty.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/ospty.h b/v7/src/microcode/ospty.h index 7c37e8c10..074f48e54 100644 --- a/v7/src/microcode/ospty.h +++ b/v7/src/microcode/ospty.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/ospty.h,v 1.1 1992/05/05 06:36:10 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/ospty.h,v 1.2 1992/07/23 12:38:01 jinx Exp $ Copyright (c) 1992 Massachusetts Institute of Technology @@ -32,8 +32,8 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -#ifndef SCM_OSTERM_H -#define SCM_OSTERM_H +#ifndef SCM_OSPTY_H +#define SCM_OSPTY_H #include "os.h" @@ -47,4 +47,4 @@ extern void EXFUN (OS_pty_master_interrupt, (Tchannel channel)); extern void EXFUN (OS_pty_master_quit, (Tchannel channel)); extern void EXFUN (OS_pty_master_hangup, (Tchannel channel)); -#endif /* SCM_OSTERM_H */ +#endif /* SCM_OSPTY_H */ -- 2.25.1