Tag: cws_src680_dba24d User: oj Date: 2008-01-08 07:54:47+0000 Modified: dba/connectivity/source/commontools/RowFunctionParser.cxx
Log: compile error File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: RowFunctionParser.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/RowFunctionParser.cxx?r1=1.1.2.4&r2=1.1.2.5 Delta lines: +4 -6 ------------------- --- RowFunctionParser.cxx 2008-01-07 14:31:35+0000 1.1.2.4 +++ RowFunctionParser.cxx 2008-01-08 07:54:45+0000 1.1.2.5 @@ -4,9 +4,9 @@ * * $RCSfile: RowFunctionParser.cxx,v $ * - * $Revision: 1.1.2.4 $ + * $Revision: 1.1.2.5 $ * - * last change: $Author: oj $ $Date: 2008/01/07 14:31:35 $ + * last change: $Author: oj $ $Date: 2008/01/08 07:54:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,13 +53,11 @@ // But watch out, the parser might have // state not visible to this code! #define BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE -#if defined(DBG_UTIL) +#if defined(VERBOSE) && defined(DBG_UTIL) #include <typeinfo> -// #include <stdio.h> +#define BOOST_SPIRIT_DEBUG #endif #include <boost/spirit/core.hpp> -// #include <boost/spirit/utility/chset.hpp> -// #include <boost/spirit/tree/ast.hpp> #if (OSL_DEBUG_LEVEL > 0) #include <iostream> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
