PERFORCE change 53346 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun May 23 13:55:47 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=53346

Change 53346 by marcel at 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


More information about the p4-projects mailing list