summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2012-06-13 16:09:25 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2012-06-13 16:09:25 +0200
commit874926b2e2b92e5b46e1ece110cac9e40c131baa (patch)
tree10986a024aeca767198269faf7c1de31de50cf88 /connectivity/source/parse
parent5c47001d38af7b61db2089f5b3b8dc97e9f8d891 (diff)
use commandline parameters instead of bison directives (XCode 2.5)
XCode 2.5 only has ancient bison that doesn't support the %file-prefix, %name-prefix,... directives. So use the more compatible commandline arguments (just like before gbuildification of the module)
Diffstat (limited to 'connectivity/source/parse')
-rwxr-xr-xconnectivity/source/parse/sqlbison.y5
1 files changed, 0 insertions, 5 deletions
diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y
index 87b3f89046c8..2c144e0c2574 100755
--- a/connectivity/source/parse/sqlbison.y
+++ b/connectivity/source/parse/sqlbison.y
@@ -1,8 +1,3 @@
-%file-prefix="sql"
-%name-prefix="SQLyy"
-%no-lines
-%defines
-
%{
//--------------------------------------------------------------------------
//