[Libreoffice-commits] .: binfilter/bf_basic

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Sep 26 00:19:31 PDT 2012


 binfilter/bf_basic/source/inc/token.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit eaf6e2c4fc3f5c20bba56ab830577296278e85ff
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Sep 26 09:18:16 2012 +0200

    Duplicate EXPLICIT fix for binfilter
    
    cf. core eebc9748d2ea26a7b5af246dba115103d6bb15db "Fix MSVC build: #undef
    EXPLICIT (which gets defined as 'explicit' somewhere)"
    
    Change-Id: I501571d8eb42df97cddd99b1490a49d08b282243

diff --git a/binfilter/bf_basic/source/inc/token.hxx b/binfilter/bf_basic/source/inc/token.hxx
index bc2fc46..12313b7 100644
--- a/binfilter/bf_basic/source/inc/token.hxx
+++ b/binfilter/bf_basic/source/inc/token.hxx
@@ -28,6 +28,10 @@
 #undef SHARED
 #endif
 
+#if defined( EXPLICIT )
+#undef EXPLICIT
+#endif
+
 namespace binfilter {
 
 // Der Tokenizer ist stand-alone, d.h. er kann von ueberallher verwendet


More information about the Libreoffice-commits mailing list