Fix date and inclusion symbol.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 24 Jun 1993 02:09:18 +0000 (02:09 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 24 Jun 1993 02:09:18 +0000 (02:09 +0000)
v7/src/microcode/ntsig.c
v7/src/microcode/ntsys.h

index 72ae293fc2ed17e3ef7fda9f585e941d947aa92a..360e6c480593ee9e4edd75aaf97071837489ff48 100644 (file)
@@ -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
index 22414814ebda0da073e0d165dd24130648428527..ff12956d988d5e6b26ae276abec060eb27282360 100644 (file)
@@ -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
 \f
 #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 */