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/alpha | |
parent | bbbc80b14c0c9c05eb40dfe595d4893002a710bf (diff) |
#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/db_instruction.h | 4 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/pmap.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/alpha/db_instruction.h b/sys/arch/alpha/alpha/db_instruction.h index 8f88c7790d3..10994cff35c 100644 --- a/sys/arch/alpha/alpha/db_instruction.h +++ b/sys/arch/alpha/alpha/db_instruction.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_instruction.h,v 1.2 2000/11/08 19:16:58 ericj Exp $ */ +/* $OpenBSD: db_instruction.h,v 1.3 2001/08/12 12:03:02 heko Exp $ */ /* $NetBSD: db_instruction.h,v 1.6 2000/03/20 02:54:45 thorpej Exp $ */ /* @@ -197,7 +197,7 @@ typedef union { } alpha_instruction; -#endif !defined(ASSEMBLER) +#endif /* !defined(ASSEMBLER) */ /* * diff --git a/sys/arch/alpha/alpha/pmap.c b/sys/arch/alpha/alpha/pmap.c index 3234d839dae..082218683b2 100644 --- a/sys/arch/alpha/alpha/pmap.c +++ b/sys/arch/alpha/alpha/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.16 2001/07/25 13:25:31 art Exp $ */ +/* $OpenBSD: pmap.c,v 1.17 2001/08/12 12:03:02 heko Exp $ */ /* $NetBSD: pmap.c,v 1.154 2000/12/07 22:18:55 thorpej Exp $ */ /*- @@ -1043,7 +1043,7 @@ pmap_uses_prom_console(void) || cputype == ST_DEC_3000_500); #endif /* NEW_SCC_DRIVER */ } -#endif _PMAP_MAY_USE_PROM_CONSOLE +#endif /* _PMAP_MAY_USE_PROM_CONSOLE */ /* * pmap_steal_memory: [ INTERFACE ] |