Avoid duplicate definition of xxx_pGLOBAL_SQLPARSER at linking stage
Change-Id: I29a3a68f9ee434332cad7199a90a1b01c22fbe0e
This commit is contained in:
@@ -89,7 +89,7 @@ static connectivity::OSQLInternalNode* newNode(const ::rtl::OUString& _NewValue,
|
|||||||
#define SQL_NEW_COMMALISTRULE newNode(aEmptyString, SQL_NODE_COMMALISTRULE, yyr1[yyn])
|
#define SQL_NEW_COMMALISTRULE newNode(aEmptyString, SQL_NODE_COMMALISTRULE, yyr1[yyn])
|
||||||
|
|
||||||
|
|
||||||
connectivity::OSQLParser* xxx_pGLOBAL_SQLPARSER;
|
extern connectivity::OSQLParser* xxx_pGLOBAL_SQLPARSER;
|
||||||
|
|
||||||
#if !(defined MACOSX && defined PPC)
|
#if !(defined MACOSX && defined PPC)
|
||||||
#define YYERROR_VERBOSE
|
#define YYERROR_VERBOSE
|
||||||
|
@@ -73,6 +73,7 @@ using namespace ::osl;
|
|||||||
using namespace ::dbtools;
|
using namespace ::dbtools;
|
||||||
using namespace ::comphelper;
|
using namespace ::comphelper;
|
||||||
|
|
||||||
|
connectivity::OSQLParser* xxx_pGLOBAL_SQLPARSER;
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user