Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/include Use comments around the token after...
details: https://anonhg.NetBSD.org/src/rev/9372a7f57a21
branches: trunk
changeset: 514371:9372a7f57a21
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Aug 31 04:18:52 2001 +0000
description:
Use comments around the token after a #endif.
diffstat:
sys/arch/hpcmips/include/cpu.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r f704dbd22a1a -r 9372a7f57a21 sys/arch/hpcmips/include/cpu.h
--- a/sys/arch/hpcmips/include/cpu.h Fri Aug 31 03:53:22 2001 +0000
+++ b/sys/arch/hpcmips/include/cpu.h Fri Aug 31 04:18:52 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.8 2001/05/30 12:28:43 mrg Exp $ */
+/* $NetBSD: cpu.h,v 1.9 2001/08/31 04:18:52 simonb Exp $ */
#ifndef __HPCMIPS_CPU_H
#define __HPCMIPS_CPU_H
@@ -28,4 +28,4 @@
#endif
#endif /* !_LOCORE */
-#endif __HPCMIPS_CPU_H
+#endif /* __HPCMIPS_CPU_H */
Home |
Main Index |
Thread Index |
Old Index