From: Guillermo J. Rozas Date: Thu, 24 Jun 1993 02:10:36 +0000 (+0000) Subject: Fix date, RCS header, and inclusion symbol. X-Git-Tag: 20090517-FFI~8316 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f28cb0beac8df65d71e9d420c0d2637a024db9be;p=mit-scheme.git Fix date, RCS header, and inclusion symbol. --- diff --git a/v7/src/microcode/ntterm.h b/v7/src/microcode/ntterm.h index 0d63419ad..9984c1d62 100644 --- a/v7/src/microcode/ntterm.h +++ b/v7/src/microcode/ntterm.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/ntterm.h,v 1.2 1993/06/24 01:52:11 gjr Exp $ +$Id: ntterm.h,v 1.3 1993/06/24 02:09:50 gjr Exp $ -Copyright (c) 1992 Massachusetts Institute of Technology +Copyright (c) 1992-1993 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -32,9 +32,9 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -#ifndef SCM_UXTERM_H -#define SCM_UXTERM_H +#ifndef SCM_NTTERM_H +#define SCM_NTTERM_H #include "osterm.h" -#endif /* SCM_UXTERM_H */ +#endif /* SCM_NTTERM_H */ diff --git a/v7/src/microcode/nttop.h b/v7/src/microcode/nttop.h index e23071f7e..f763c3829 100644 --- a/v7/src/microcode/nttop.h +++ b/v7/src/microcode/nttop.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/nttop.h,v 1.2 1993/06/24 01:52:11 gjr Exp $ +$Id: nttop.h,v 1.3 1993/06/24 02:10:36 gjr Exp $ -Copyright (c) 1992 Massachusetts Institute of Technology +Copyright (c) 1992-1993 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -32,9 +32,9 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -#ifndef SCM_DOSTOP_H -#define SCM_DOSTOP_H +#ifndef SCM_NTTOP_H +#define SCM_NTTOP_H #include "ostop.h" -#endif /* SCM_DOSTOP_H */ +#endif /* SCM_NTTOP_H */