Tag: cws_src680_dba24d User: oj Date: 2008-01-08 14:35:17+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.5&r2=1.1.2.6 Delta lines: +13 -12 --------------------- --- RowFunctionParser.cxx 2008-01-08 07:54:45+0000 1.1.2.5 +++ RowFunctionParser.cxx 2008-01-08 14:35:15+0000 1.1.2.6 @@ -4,9 +4,9 @@ * * $RCSfile: RowFunctionParser.cxx,v $ * - * $Revision: 1.1.2.5 $ + * $Revision: 1.1.2.6 $ * - * last change: $Author: oj $ $Date: 2008/01/08 07:54:45 $ + * last change: $Author: oj $ $Date: 2008/01/08 14:35:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,6 +36,17 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_connectivity.hxx" +// Makes parser a static resource, +// we're synchronized externally. +// But watch out, the parser might have +// state not visible to this code! +#define BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE +#if defined(VERBOSE) && defined(DBG_UTIL) +#include <typeinfo> +#define BOOST_SPIRIT_DEBUG +#endif +#include <boost/spirit/core.hpp> + #ifndef CONNECTIVITY_ROWFUNCTIONPARSER_HXX_INCLUDED #include "RowFunctionParser.hxx" #endif @@ -48,16 +59,6 @@ #endif -// Makes parser a static resource, -// we're synchronized externally. -// But watch out, the parser might have -// state not visible to this code! -#define BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE -#if defined(VERBOSE) && defined(DBG_UTIL) -#include <typeinfo> -#define BOOST_SPIRIT_DEBUG -#endif -#include <boost/spirit/core.hpp> #if (OSL_DEBUG_LEVEL > 0) #include <iostream> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
