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

Pavlin Radoslavov pavlin@icir.org
Wed, 12 Oct 2005 02:10:57 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-10-12 02:10:57 UTC

XORP CVS repository


Modified files:
	policy        lex.yy_policy_parser.cc policy.l 
	policy/backend backend.l lex.yy_policy_backend_parser.cc 
	policy/test   compilepolicy.l lex.yy_compile_policy.cc 
	rtrmgr        boot.ll lex.boot.cc lex.opcmd.cc lex.tplt.cc 
	              op_commands.ll template.ll 

Log message:
	* Add "%option never-interactive" to all *.l and *.ll files so we
	  don't need anymore the following #define embedded inside the lex
	  files:
	
	#ifdef HOST_OS_WINDOWS
	#define fileno(file) _fileno(file)
	#define isatty(fd) _isatty(fd)
	#endif
	
	* Minor cleanup of some of the included header files.

Revision  Changes                                Path
1.6       +1 -7;  commitid: 80ac434c70717ea6;    xorp/policy/backend/backend.l
1.7       +43 -49;  commitid: 80ac434c70717ea6;  xorp/policy/backend/lex.yy_policy_backend_parser.cc
1.11      +54 -66;  commitid: 80ac434c70717ea6;  xorp/policy/lex.yy_policy_parser.cc
1.11      +1 -6;  commitid: 80ac434c70717ea6;    xorp/policy/policy.l
1.6       +4 -7;  commitid: 80ac434c70717ea6;    xorp/policy/test/compilepolicy.l
1.7       +37 -40;  commitid: 80ac434c70717ea6;  xorp/policy/test/lex.yy_compile_policy.cc
1.27      +1 -0;  commitid: 80ac434c70717ea6;    xorp/rtrmgr/boot.ll
1.21      +49 -48;  commitid: 80ac434c70717ea6;  xorp/rtrmgr/lex.boot.cc
1.20      +34 -33;  commitid: 80ac434c70717ea6;  xorp/rtrmgr/lex.opcmd.cc
1.20      +67 -82;  commitid: 80ac434c70717ea6;  xorp/rtrmgr/lex.tplt.cc
1.13      +1 -0;  commitid: 80ac434c70717ea6;    xorp/rtrmgr/op_commands.ll
1.17      +1 -0;  commitid: 80ac434c70717ea6;    xorp/rtrmgr/template.ll