Forgot comment characters after #endif.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 3 Aug 1993 17:40:04 +0000 (17:40 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 3 Aug 1993 17:40:04 +0000 (17:40 +0000)
v7/src/microcode/syscall.h

index 45c7d40c0d27ed30b779e7eabc427346a4a5d31e..2c0187dd1d0e664fa64f60bfe778ffa8d54574e5 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: syscall.h,v 1.1 1993/08/03 08:40:19 gjr Exp $
+$Id: syscall.h,v 1.2 1993/08/03 17:40:04 gjr Exp $
 
 Copyright (c) 1993 Massachusetts Institute of Technology
 
@@ -146,4 +146,4 @@ extern void EXFUN (error_in_system_call,
 extern void EXFUN (error_system_call, (int, enum syscall_names name));
 extern enum syserr_names EXFUN (OS_error_code_to_syserr, (int));
 
-#endif  SCM_SYSCALL_H
+#endif /* SCM_SYSCALL_H */