diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:48:34 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:48:34 +0000 |
commit | 6b44d1596e679d66c0d20d426047420e845fe495 (patch) | |
tree | 7a5a0878038d0548cb9403b7e184767e94f182d4 /cppu | |
parent | 8401b24ce69032c0e99581873ed89eefb100a8f2 (diff) |
INTEGRATION: CWS hr33 (1.16.8); FILE MERGED
2006/11/02 16:08:01 hr 1.16.8.2: RESYNC: (1.16-1.18); FILE MERGED
2006/05/03 12:50:21 hr 1.16.8.1: #i64453#: bump up GCC version to 4.2
Diffstat (limited to 'cppu')
-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." |