From d705436cea739c2332b0995c5bac28c440c3eedc Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 19 Jan 2006 17:28:18 +0000 Subject: [PATCH] INTEGRATION: CWS gcc41 (1.14.28); FILE MERGED 2006/01/06 15:32:07 pmladek 1.14.28.1: #i59036# Enable build with gcc-4.1 --- cppu/inc/uno/lbnames.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cppu/inc/uno/lbnames.h b/cppu/inc/uno/lbnames.h index 59711baf07f1..c47fc39af4cf 100644 --- a/cppu/inc/uno/lbnames.h +++ b/cppu/inc/uno/lbnames.h @@ -4,9 +4,9 @@ * * $RCSfile: lbnames.h,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:41:10 $ + * last change: $Author: obo $ $Date: 2006-01-19 18:28:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -70,7 +70,7 @@ 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__ == 0) +#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 1) #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."