diff options
| author | simonb <simonb@NetBSD.org> | 2001-08-31 04:44:54 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2001-08-31 04:44:54 +0000 |
| commit | 023bdd2bf2ecaa7585859dbcd68f58cb03ee45bf (patch) | |
| tree | 0a12dc3833e291ca435a2bc2e0291f60a1633930 /sys/arch/mac68k/include | |
| parent | e5b3cbb4cdad5c059a0014159ea356c114a897f4 (diff) | |
Use comments around the token after a #endif.
Diffstat (limited to 'sys/arch/mac68k/include')
| -rw-r--r-- | sys/arch/mac68k/include/profile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/include/profile.h b/sys/arch/mac68k/include/profile.h index 7053b6a1297..6a1d39ce886 100644 --- a/sys/arch/mac68k/include/profile.h +++ b/sys/arch/mac68k/include/profile.h @@ -1,8 +1,8 @@ -/* $NetBSD: profile.h,v 1.3 1996/05/05 06:17:55 briggs Exp $ */ +/* $NetBSD: profile.h,v 1.4 2001/08/31 04:44:56 simonb Exp $ */ #ifndef _PROFILE_MACHINE_ #define _PROFILE_MACHINE_ #include <m68k/profile.h> -#endif _PROFILE_MACHINE_ +#endif /* _PROFILE_MACHINE_ */ |
