summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-02 21:46:41 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-02 21:46:41 +0000
commit33ba5d4e0a2312da2665a3d866afd61b1b0e30c8 (patch)
treeae06b15dcc65261baef1a2f698dded99c5881cf2
parent9e0ccf1675fd2bc709f329a2bf1feb27e2613692 (diff)
downloadATCD-33ba5d4e0a2312da2665a3d866afd61b1b0e30c8.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b4
-rw-r--r--VERSION2
-rw-r--r--ace/OS.h4
-rw-r--r--ace/Version.h4
4 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 92cc310a8bd..3d5e2357835 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,7 @@
+Wed Sep 02 16:33:25 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * ACE version 4.5.34 released.
+
Wed Sep 02 16:31:22 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/OS.h: Make sure ACE_NO_INLINE is not defined before defining
diff --git a/VERSION b/VERSION
index 6a4912da8b5..ffe3f9aa4a9 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 4.5.33, released Tue Sep 01 10:03:55 1998.
+This is ACE version 4.5.34, released Wed Sep 02 16:33:25 1998.
If you have any problems with ACE, please send email to the ACE
mailing list (ace-users@cs.wustl.edu). Make sure to include the
diff --git a/ace/OS.h b/ace/OS.h
index 4f75ec80b1b..f44af68fe61 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -31,9 +31,9 @@ typedef long id_t;
# error UNICODE must be defined when using ACE_HAS_MOSTLY_UNICODE_APIS, check your compiler document on how to enable UNICODE.
# endif /* ACE_HAS_MOSTLY_UNICODE_APIS && !UNICODE */
-# if defined (ACE_LACKS_INLINE_FUNCTIONS) && !define (ACE_NO_INLINE)
+# if defined (ACE_LACKS_INLINE_FUNCTIONS) && !defined (ACE_NO_INLINE)
# define ACE_NO_INLINE
-# endif
+# endif /* defined (ACE_LACKS_INLINE_FUNCTIONS) && !defined (ACE_NO_INLINE) */
# if defined (ACE_HAS_ANSI_CASTS)
# define ACE_static_cast(TYPE, EXPR) static_cast<TYPE> (EXPR)
diff --git a/ace/Version.h b/ace/Version.h
index f7d1d1c836d..8bbe8563d09 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -3,5 +3,5 @@
#define ACE_MAJOR_VERSION (4u)
#define ACE_MINOR_VERSION (5u)
-#define ACE_BETA_VERSION (33u)
-#define ACE_VERSION "4.5.33\0"
+#define ACE_BETA_VERSION (34u)
+#define ACE_VERSION "4.5.34\0"