diff options
author | Martin Hollmichel <mh@openoffice.org> | 2002-10-02 12:23:16 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2002-10-02 12:23:16 +0000 |
commit | 833fd36218dde718fbe41e94a4ddfb4378a06547 (patch) | |
tree | 2733a347d1a6604e22401981b0736fb5f24c4240 /cppu/inc/uno | |
parent | d45d59e6a0da50c27afebbbdef49106205620720 (diff) |
join: from SRX643_OO, #103821#
Diffstat (limited to 'cppu/inc/uno')
-rw-r--r-- | cppu/inc/uno/lbnames.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/cppu/inc/uno/lbnames.h b/cppu/inc/uno/lbnames.h index ea0a9245bb2b..b4f7ee17abcd 100644 --- a/cppu/inc/uno/lbnames.h +++ b/cppu/inc/uno/lbnames.h @@ -2,9 +2,9 @@ * * $RCSfile: lbnames.h,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: dbo $ $Date: 2002-08-21 09:19:15 $ + * last change: $Author: mh $ $Date: 2002-10-02 13:23:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,9 +95,13 @@ provoking error here, because PP ignores #error #elif (__GNUC__ == 2) #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__ == 0) -#define TMP_CPPU_ENV gcc3 +#define __CPPU_ENV gcc3 +#elif (__GNUC__ == 3 && __GNUC_MINOR__ == 1) +#define __CPPU_ENV gcc3 +#elif (__GNUC__ == 3 && __GNUC_MINOR__ == 2) +#define __CPPU_ENV gcc3 #elif (__GNUC__ == 3) -#error "Tested gcc 3 version is 3.0. Patch uno/lbnames.h to try your gcc 3 version." +#error "Tested gcc 3 version is <= 3.2. Patch uno/lbnames.h to try your gcc 3 version." #else #error "Supported gcc majors are 2 and 3. Unsupported gcc major version." #endif /* defined (__GNUC__) */ |