Bugzilla – Attachment 47291 Details for
Bug 37730
Patch to fix compile with Bison 2.5 and Gcc 4.5.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixes compile with Bison 2.5 and Gcc 4.5.3
LibreOffice-libs-core-3.4.0.2.patch (text/plain), 992 bytes, created by
cbxbiker61
on 2011-05-29 13:51:32 UTC
(
hide
)
Description:
fixes compile with Bison 2.5 and Gcc 4.5.3
Filename:
MIME Type:
Creator:
cbxbiker61
Created:
2011-05-29 13:51:32 UTC
Size:
992 bytes
patch
obsolete
>--- ./connectivity/inc/connectivity/sqlparse.hxx.orig 2011-05-19 04:27:40.000000000 -0600 >+++ ./connectivity/inc/connectivity/sqlparse.hxx 2011-05-29 03:31:51.215723596 -0600 >@@ -232,7 +232,7 @@ namespace connectivity > // returns the type for a parameter in a given function name > static sal_Int32 getFunctionParameterType(sal_uInt32 _nTokenId,sal_uInt32 _nPos); > >- void error(sal_Char *fmt); >+ void error(const sal_Char *fmt); > int SQLlex(); > #ifdef YYBISON > void setParseTree(OSQLParseNode * pNewParseTree); >--- ./connectivity/source/parse/sqlbison.y.orig 2011-05-19 04:27:40.000000000 -0600 >+++ ./connectivity/source/parse/sqlbison.y 2011-05-29 03:38:18.652924536 -0600 >@@ -4333,7 +4333,7 @@ void OSQLParser::reduceLiteral(OSQLParse > } > > // ------------------------------------------------------------------------- >-void OSQLParser::error(sal_Char *fmt) >+void OSQLParser::error(const sal_Char *fmt) > { > if(!m_sErrorMessage.getLength()) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 37730
: 47291