From 8116c9f63aa4cf814287e49a1ba18ca0e1b57bd0 Mon Sep 17 00:00:00 2001
From: RĂ¼diger Timm <rt@openoffice.org>
Date: Fri, 1 Dec 2006 16:28:44 +0000
Subject: INTEGRATION: CWS bunoidmap (1.18.12); FILE MERGED 2006/11/07 11:56:58
 kr 1.18.12.1: fixed: i71093 - build under gcc up to 4.3

---
 cppu/inc/uno/lbnames.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'cppu')

diff --git a/cppu/inc/uno/lbnames.h b/cppu/inc/uno/lbnames.h
index 8910cce10e17..5081fb35689d 100644
--- a/cppu/inc/uno/lbnames.h
+++ b/cppu/inc/uno/lbnames.h
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: lbnames.h,v $
  *
- *  $Revision: 1.19 $
+ *  $Revision: 1.20 $
  *
- *  last change: $Author: vg $ $Date: 2006-11-22 10:48:34 $
+ *  last change: $Author: rt $ $Date: 2006-12-01 17:28:44 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -70,12 +70,12 @@ provoking error here, because PP ignores #error
 #error "Tested gcc 2 versions are 2.91 and 2.95.  Patch uno/lbnames.h to try your gcc 2 version."
 #elif (__GNUC__ == 3 && __GNUC_MINOR__ <= 4)
 #define __CPPU_ENV gcc3
-#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 2)
+#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 3)
 #define __CPPU_ENV gcc3
 #elif (__GNUC__ == 3)
 #error "Tested gcc 3 version is <= 3.4.  Patch uno/lbnames.h to try your gcc 3 version."
 #else
-#error "Supported gcc majors are 2 and 3.  Unsupported gcc major version."
+#error "Supported gcc majors are 2 , 3 and 4 <= 4.3.  Unsupported gcc major version."
 #endif /* defined (__GNUC__) */
 #endif /* defined (_MSC_VER) */
 
-- 
cgit