summaryrefslogtreecommitdiff
path: root/cppu/inc
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2002-10-02 12:23:16 +0000
committerMartin Hollmichel <mh@openoffice.org>2002-10-02 12:23:16 +0000
commit61adde75b3dcb73bd67fc037c094439549cbef95 (patch)
tree814def94d6835bd052eba16e16a7ad54905c997f /cppu/inc
parentbbad374bb84920eb7353473d071fef13a662eed9 (diff)
join: from SRX643_OO, #103821#
Diffstat (limited to 'cppu/inc')
-rw-r--r--cppu/inc/uno/lbnames.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/cppu/inc/uno/lbnames.h b/cppu/inc/uno/lbnames.h
index 5904bef70..42f21851f 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__) */