No subject



Thu Mar 25 22:21:54 2004
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Thu, 25 Mar 2004 22:22:01 -0800
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.9p1/8.12.8) with ESMTP id i2Q6M1Jw007082
	for <atanu@tigger.icir.org>; Thu, 25 Mar 2004 22:22:01 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.icsi.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.9p1/8.12.8) with ESMTP id i2Q6M0ZD063271
	for <atanu@icir.org>; Thu, 25 Mar 2004 22:22:01 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.icsi.Berkeley.EDU (localhost [127.0.0.1])
	by fruitcake.icsi.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id i2Q6M0Pp000534;
	Thu, 25 Mar 2004 22:22:00 -0800 (PST)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.icsi.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id i2Q6LsPp000522
	for <xorp-cvs@icsi.berkeley.edu>; Thu, 25 Mar 2004 22:21:54 -0800 (PST)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.9p1/8.12.8) with ESMTP id i2Q6LsZD063269
	for <xorp-cvs@icir.org>; Thu, 25 Mar 2004 22:21:54 -0800 (PST)
	(envelope-from hodson@icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i2Q6Lsgd092117
	for <xorp-cvs@icir.org>; Thu, 25 Mar 2004 22:21:54 -0800 (PST)
	(envelope-from hodson@xorpc.icir.org)
Received: (from hodson@localhost)
	by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i2Q6Lsdr092116;
	Thu, 25 Mar 2004 22:21:54 -0800 (PST)
	(envelope-from hodson)
From: Orion Hodson <hodson@icir.org>
Message-Id: <200403260621.i2Q6Lsdr092116@xorpc.icir.org>
Date:     Thu, 25 Mar 2004 22:21:54  ()
To: xorp-cvs@icir.org
Reply-To: hodson@icir.org
Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp/ debug.h
Sender: xorp-cvs-admin@icir.org
Errors-To: xorp-cvs-admin@icir.org
X-BeenThere: xorp-cvs@icir.org
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:xorp-cvs-request@icir.org?subject=help>
List-Post: <mailto:xorp-cvs@icir.org>
List-Subscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=subscribe>
List-Id: Mailing list for XORP CVS commit messages <xorp-cvs.icir.org>
List-Unsubscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=unsubscribe>

CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Repository:	xorp/libxorp/
Changes by:	hodson@xorpc.icir.org.	04/03/25 22:21:54

Modified files:
	xorp/libxorp/: debug.h 

Log message:
	Replace do { ... } while(0) skirting around one of the debug_msg
	definitions with if (0) { ... }.  This stops evaluation of the code
	within the if block but allows the compiler to check the format
	string.
	
	Pointed out by E.Kohler (Yay!).  /me missed this, doh!

_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs