[Xorp-cvs] XORP cvs commit: xorp/policy xorp/policy/backend xorp/policy/test

JT Conklin jtc at icir.org
Fri Nov 21 14:29:27 PST 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	jtc at chum.icir.org	2008-11-21 22:29:27 UTC

XORP CVS repository


Modified files:
	policy        yacc.yy_policy_parser.cc 
	policy/backend yacc.yy_policy_backend_parser.cc 
	policy/test   yacc.yy_compile_policy.cc 

Log message:
	Changed code to use #ident preprocessor directive rather than a const
	char array qualified with an __unused macro for the yacc skeleton RCS
	Id.  This avoids problems on platforms where __unused is #defined but
	can not be used in the same way as on FreeBSD (where yacc was invoked).
	This is a partial fix for bugzilla issue #807.
	
	Bugzilla URL: http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=807

Revision  Changes                              Path
1.17      +1 -5;  commitid: 1c004927350d41a7;  xorp/policy/backend/yacc.yy_policy_backend_parser.cc
1.12      +1 -5;  commitid: 1c004927350d41a7;  xorp/policy/test/yacc.yy_compile_policy.cc
1.22      +1 -5;  commitid: 1c004927350d41a7;  xorp/policy/yacc.yy_policy_parser.cc



More information about the Xorp-cvs mailing list