diff options
author | Heikki Korpela <heko@cvs.openbsd.org> | 2001-08-12 12:03:04 +0000 |
---|---|---|
committer | Heikki Korpela <heko@cvs.openbsd.org> | 2001-08-12 12:03:04 +0000 |
commit | 8733d65e598e20f5a4415a710e9c51ab3a3d323d (patch) | |
tree | 39173461770e11f8ad331e9aa18365fc4ab2d19f /sys/arch/mvme88k/include/cpus.h | |
parent | bbbc80b14c0c9c05eb40dfe595d4893002a710bf (diff) |
#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok
Diffstat (limited to 'sys/arch/mvme88k/include/cpus.h')
-rw-r--r-- | sys/arch/mvme88k/include/cpus.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/include/cpus.h b/sys/arch/mvme88k/include/cpus.h index e20f68db00f..c24e2297f10 100644 --- a/sys/arch/mvme88k/include/cpus.h +++ b/sys/arch/mvme88k/include/cpus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpus.h,v 1.7 2001/03/07 23:37:16 miod Exp $ */ +/* $OpenBSD: cpus.h,v 1.8 2001/08/12 12:03:02 heko Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University @@ -56,10 +56,10 @@ union cpupid { /*empty*/:16; } m88200; }; -#endif _LOCORE +#endif /* _LOCORE */ #define M88100 0 #define M88200 5 #define M88204 6 -#endif __MACHINE_CPUS_H__ +#endif /* __MACHINE_CPUS_H__ */ |