Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sh3/sh3 CONSTCOND.



details:   https://anonhg.NetBSD.org/src/rev/f69fa00ad0f4
branches:  trunk
changeset: 587375:f69fa00ad0f4
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Jan 21 22:10:59 2006 +0000

description:
CONSTCOND.

diffstat:

 sys/arch/sh3/sh3/db_trace.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5e7d39c85fbc -r f69fa00ad0f4 sys/arch/sh3/sh3/db_trace.c
--- a/sys/arch/sh3/sh3/db_trace.c       Sat Jan 21 19:28:44 2006 +0000
+++ b/sys/arch/sh3/sh3/db_trace.c       Sat Jan 21 22:10:59 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_trace.c,v 1.18 2005/12/24 22:45:36 perry Exp $      */
+/*     $NetBSD: db_trace.c,v 1.19 2006/01/21 22:10:59 uwe Exp $        */
 
 /*-
  * Copyright (c) 2000 Tsubai Masanari.  All rights reserved.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.18 2005/12/24 22:45:36 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.19 2006/01/21 22:10:59 uwe Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -43,7 +43,7 @@
 #ifdef TRACE_DEBUG
 # define DPRINTF printf
 #else
-# define DPRINTF while (0) printf
+# define DPRINTF while (/* CONSTCOND */ 0) printf
 #endif
 
 extern char start[], etext[];



Home | Main Index | Thread Index | Old Index