From: Guillermo J. Rozas Date: Thu, 24 Jun 1993 02:09:18 +0000 (+0000) Subject: Fix date and inclusion symbol. X-Git-Tag: 20090517-FFI~8317 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=74367e037a7b3d97d8884ee7637120ed88a3a2d6;p=mit-scheme.git Fix date and inclusion symbol. --- diff --git a/v7/src/microcode/ntsig.c b/v7/src/microcode/ntsig.c index 72ae293fc..360e6c480 100644 --- a/v7/src/microcode/ntsig.c +++ b/v7/src/microcode/ntsig.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: ntsig.c,v 1.2 1993/06/24 01:52:11 gjr Exp $ +$Id: ntsig.c,v 1.3 1993/06/24 02:08:32 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 diff --git a/v7/src/microcode/ntsys.h b/v7/src/microcode/ntsys.h index 22414814e..ff12956d9 100644 --- a/v7/src/microcode/ntsys.h +++ b/v7/src/microcode/ntsys.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: ntsys.h,v 1.1 1993/02/10 22:39:46 adams Exp $ +$Id: ntsys.h,v 1.2 1993/06/24 02:09:18 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,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_DOSSYS_H -#define SCM_DOSSYS_H +#ifndef SCM_NTSYS_H +#define SCM_NTSYS_H #define DOS_SUCCESS (0) #define DOS_FAILURE (-1) @@ -175,4 +175,4 @@ extern unsigned char dos_set_kbd_modifier_mask (unsigned char); #define MAX_DOS_INTVECT (0xFF) -#endif /* SCM_DOSSYS_H */ +#endif /* SCM_NTSYS_H */