From ef6c9a2a3eea5168f073d8714b6f7df70d534921 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 26 Sep 2001 13:57:01 +0000
Subject: #65293#: add support for gcc-3.0
---
cppu/inc/cppu/macros.hxx | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
(limited to 'cppu/inc')
diff --git a/cppu/inc/cppu/macros.hxx b/cppu/inc/cppu/macros.hxx
index 6debe86e6812..a2dcf1c0a6f8 100644
--- a/cppu/inc/cppu/macros.hxx
+++ b/cppu/inc/cppu/macros.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: macros.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: avy $ $Date: 2001-08-07 15:43:30 $
+ * last change: $Author: hr $ $Date: 2001-09-26 14:57:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,6 +129,10 @@
# define CPPU_CLBN_TMP UNO_LB_GCC2
# define CPPU_CLBN_NS_TMP UNO_LB_GCC2_NAMESPACE
# define CPPU_DLL_POSTFIX "GCC"
+# elif ( __GNUC__ == 3 && __GNUC_MINOR__ == 0 )
+# define CPPU_CLBN_TMP UNO_LB_GCC2
+# define CPPU_CLBN_NS_TMP UNO_LB_GCC2_NAMESPACE
+# define CPPU_DLL_POSTFIX "GCC"
# else
# error "unknown gcc version"
# endif
--
cgit