Module Name:    src
Committed By:   christos
Date:           Wed Feb  8 16:26:19 UTC 2017

Modified Files:
        src/sys/sys: cdefs.h

Log Message:
remove comment in comment


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/sys/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/cdefs.h
diff -u src/sys/sys/cdefs.h:1.130 src/sys/sys/cdefs.h:1.131
--- src/sys/sys/cdefs.h:1.130	Wed Feb  8 11:13:04 2017
+++ src/sys/sys/cdefs.h	Wed Feb  8 11:26:19 2017
@@ -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)

Reply via email to