summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog-98b7
-rw-r--r--ace/OS.h2
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 69c298d5e39..c151a465b23 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,10 @@
+Tue May 12 13:28:05 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * ace/OS.h:
+ The ACE_INLINE_FOR_GNUC macro must be defined (as the null
+ token) if ACE_HAS_GNUC_BROKEN_TEMPLATE_INLINE_FUNCTION is not
+ defined.
+
Tue May 12 12:30:55 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/README:
diff --git a/ace/OS.h b/ace/OS.h
index 19fe3dfbd29..e991c991c29 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -5629,6 +5629,8 @@ private:
#if defined (ACE_HAS_GNUC_BROKEN_TEMPLATE_INLINE_FUNCTIONS)
# define ACE_INLINE_FOR_GNUC ACE_INLINE
+#else
+# define ACE_INLINE_FOR_GNUC
#endif /* ACE_HAS_GNUC_BROKEN_TEMPLATE_INLINE_FUNCTIONS */
#include "ace/Trace.h"