connectivity/source/parse/sqlflex.l |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9a34875667292a768975e2c7aba888efd3597a04
Author: Lionel Elie Mamane <lio...@mamane.lu>
Date:   Wed Jul 10 18:08:08 2013 +0200

    compatibility with 2008-era bison (2.3)
    
    Undo problematic pollution by sqlbison.hxx
    Since with post-2008 (2.4 and later) bison that "#define SQLyylex"\is not 
active in sqlflex.l, this forces the situation    o be the same in all versions 
of bison, and should notreak anything by itself.
    
    Change-Id: Ie65e3f6cc61dc97adc1d530e3781306ecd176b17

diff --git a/connectivity/source/parse/sqlflex.l 
b/connectivity/source/parse/sqlflex.l
index 675c131..803b634 100644
--- a/connectivity/source/parse/sqlflex.l
+++ b/connectivity/source/parse/sqlflex.l
@@ -38,6 +38,7 @@
 #endif
 
 #include "sqlbison.hxx"
+#undef SQLyylex
 #endif
 #include "sqlscan.hxx"
 #include <osl/diagnose.h>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to