diff options
-rw-r--r-- | cppu/inc/uno/lbnames.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/inc/uno/lbnames.h b/cppu/inc/uno/lbnames.h index db4070a275a0..8910cce10e17 100644 --- a/cppu/inc/uno/lbnames.h +++ b/cppu/inc/uno/lbnames.h @@ -4,9 +4,9 @@ * * $RCSfile: lbnames.h,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: vg $ $Date: 2006-09-25 12:59:39 $ + * last change: $Author: vg $ $Date: 2006-11-22 10:48:34 $ * * 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__ <= 1) +#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 2) #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." |