Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2004 13:55:27 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 53346 for review
Message-ID:  <200405232055.i4NKtRxE079564@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=53346

Change 53346 by marcel@marcel_nfs on 2004/05/23 13:55:15

	Remove broken redefinition of DDB. All (=1) uses have been
	changed to BVDDB.

Affected files ...

.. //depot/projects/gdb/sys/dev/sound/pcm/sound.h#5 edit

Differences ...

==== //depot/projects/gdb/sys/dev/sound/pcm/sound.h#5 (text+ko) ====

@@ -196,7 +196,6 @@
  * DDB/DEB to enable/disable debugging stuff
  * BVDDB   to enable debugging when bootverbose
  */
-#define DDB(x)	x	/* XXX */
 #define BVDDB(x) if (bootverbose) x
 
 #ifndef DEB



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405232055.i4NKtRxE079564>