Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys remove comment in comment
details: https://anonhg.NetBSD.org/src/rev/9180314f8777
branches: trunk
changeset: 351263:9180314f8777
user: christos <christos%NetBSD.org@localhost>
date: Wed Feb 08 16:26:19 2017 +0000
description:
remove comment in comment
diffstat:
sys/sys/cdefs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a22e4900aa97 -r 9180314f8777 sys/sys/cdefs.h
--- a/sys/sys/cdefs.h Wed Feb 08 16:23:24 2017 +0000
+++ b/sys/sys/cdefs.h Wed Feb 08 16:26:19 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cdefs.h,v 1.130 2017/02/08 16:13:04 christos Exp $ */
+/* $NetBSD: cdefs.h,v 1.131 2017/02/08 16:26:19 christos Exp $ */
/* * Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -315,7 +315,7 @@
* # define dprintf(a) __empty
* #endif
*
- * We use ((void)0) instead of do {} while (/*CONSTCOND*/0) so that it
+ * We use ((void)0) instead of do {} while (0) so that it
* works on , expressions.
*/
#define __empty ((void)0)
Home |
Main Index |
Thread Index |
Old Index