[Libreoffice-commits] .: connectivity/source

Christian Lohmaier cloph at kemper.freedesktop.org
Thu Jun 14 16:34:32 PDT 2012


 connectivity/source/parse/sqlbison.y |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f14bd201ad7c391b078be1d8e7fb2d072015be70
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Fri Jun 15 01:31:46 2012 +0200

    ancient bison nees %token-table for yytname to be usable
    
    fixes build with XCode 2.5 (Mac/PPC)

diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y
index 25d4009..54cc68e 100755
--- a/connectivity/source/parse/sqlbison.y
+++ b/connectivity/source/parse/sqlbison.y
@@ -1,3 +1,4 @@
+%token-table
 %{
 //--------------------------------------------------------------------------
 //


More information about the Libreoffice-commits mailing list