connectivity/source/parse/sqlbison.y | 1 + 1 file changed, 1 insertion(+)
New commits: commit f14bd201ad7c391b078be1d8e7fb2d072015be70 Author: Christian Lohmaier <[email protected]> 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 %{ //-------------------------------------------------------------------------- // _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
