Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/misc Inspired by rev. 1.18: consistency, pull in <asse...
details: https://anonhg.NetBSD.org/src/rev/8b291ed3f295
branches: trunk
changeset: 516435:8b291ed3f295
user: kleink <kleink%NetBSD.org@localhost>
date: Tue Oct 23 18:51:05 2001 +0000
description:
Inspired by rev. 1.18: consistency, pull in <assert.h> for _DIAGASSERT().
diffstat:
share/misc/style | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 516b486ba915 -r 8b291ed3f295 share/misc/style
--- a/share/misc/style Tue Oct 23 18:45:13 2001 +0000
+++ b/share/misc/style Tue Oct 23 18:51:05 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: style,v 1.19 2001/10/23 18:45:13 kleink Exp $ */
+/* $NetBSD: style,v 1.20 2001/10/23 18:51:05 kleink Exp $ */
/*
* The revision control tag appears first, with a blank line after it.
@@ -30,7 +30,7 @@
#ifndef __lint
__COPYRIGHT("@(#) Copyright (c) 2000\n\
The NetBSD Foundation, inc. All rights reserved.\n");
-__RCSID("$NetBSD: style,v 1.19 2001/10/23 18:45:13 kleink Exp $");
+__RCSID("$NetBSD: style,v 1.20 2001/10/23 18:51:05 kleink Exp $");
#endif /* !__lint */
/*
@@ -84,6 +84,7 @@
* Then there's a blank line, followed by the /usr include files.
* The /usr include files should be sorted!
*/
+#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
Home |
Main Index |
Thread Index |
Old Index