Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/misc There's no need anymore to protect __COPYRIGHT() ...
details: https://anonhg.NetBSD.org/src/rev/b2780a240a87
branches: trunk
changeset: 544056:b2780a240a87
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Mar 10 03:50:38 2003 +0000
description:
There's no need anymore to protect __COPYRIGHT() and __RCSID() with:
#ifndef __lint
...
#endif
diffstat:
share/misc/style | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r c5a5504029f4 -r b2780a240a87 share/misc/style
--- a/share/misc/style Mon Mar 10 01:35:11 2003 +0000
+++ b/share/misc/style Mon Mar 10 03:50:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: style,v 1.23 2003/03/04 14:22:15 fvdl Exp $ */
+/* $NetBSD: style,v 1.24 2003/03/10 03:50:38 lukem Exp $ */
/*
* The revision control tag appears first, with a blank line after it.
@@ -27,11 +27,9 @@
* Only one instance of each of these macros can occur in each file.
*/
#include <sys/cdefs.h>
-#ifndef __lint
__COPYRIGHT("@(#) Copyright (c) 2000\n\
The NetBSD Foundation, inc. All rights reserved.\n");
-__RCSID("$NetBSD: style,v 1.23 2003/03/04 14:22:15 fvdl Exp $");
-#endif /* !__lint */
+__RCSID("$NetBSD: style,v 1.24 2003/03/10 03:50:38 lukem Exp $");
/*
* VERY important single-line comments look like this.
Home |
Main Index |
Thread Index |
Old Index