diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-09-20 15:33:18 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-09-20 15:33:18 +0000 |
commit | d03e1e18c0e6dbd51f38fc9b049a12a897497d18 (patch) | |
tree | d7d4486a2c9fffa91c4a0084968c957dc7157b18 | |
parent | 8110b54877e4a02ea3c75671644d141ff4f18291 (diff) |
comment extra tokens at end of #endif directive
-rw-r--r-- | regress/lib/libc_r/include/test.h | 4 | ||||
-rw-r--r-- | regress/lib/libpthread/include/test.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/lib/libc_r/include/test.h b/regress/lib/libc_r/include/test.h index 3d329bf90eb..c66291c2166 100644 --- a/regress/lib/libc_r/include/test.h +++ b/regress/lib/libc_r/include/test.h @@ -1,4 +1,4 @@ -/* $OpenBSD: test.h,v 1.1 2001/08/15 14:37:10 fgsch Exp $ */ +/* $OpenBSD: test.h,v 1.2 2001/09/20 15:33:17 todd Exp $ */ #ifndef _h_test_ #define _h_test_ @@ -120,4 +120,4 @@ __panic(type, errstr, filenm, lineno, fmt) #define OK (0) #define NOTOK (-1) -#endif _h_test_ +#endif /* _h_test_ */ diff --git a/regress/lib/libpthread/include/test.h b/regress/lib/libpthread/include/test.h index 3d329bf90eb..c66291c2166 100644 --- a/regress/lib/libpthread/include/test.h +++ b/regress/lib/libpthread/include/test.h @@ -1,4 +1,4 @@ -/* $OpenBSD: test.h,v 1.1 2001/08/15 14:37:10 fgsch Exp $ */ +/* $OpenBSD: test.h,v 1.2 2001/09/20 15:33:17 todd Exp $ */ #ifndef _h_test_ #define _h_test_ @@ -120,4 +120,4 @@ __panic(type, errstr, filenm, lineno, fmt) #define OK (0) #define NOTOK (-1) -#endif _h_test_ +#endif /* _h_test_ */ |