summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog-98b7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index da056648580..9e4e8782f47 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,6 +1,9 @@
-Thu May 21 23:04:37 1998 Nanbor Wang <nanbor@cs.wustl.edu>
+Fri May 22 00:09:15 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/Stats.cpp: Defined ACE_BUILD_DLL at the beginning.
+ * ace/Local_Tokens.{h,cpp} (ACE_Null_Token): Only defined default
+ ctor/dtor explicitly when ACE_LACKS_INLINE_FUNCTIONS.
+
+ * ace/Stats.cpp: Defined ACE_BUILD_DLL at the beginning.
Win32 needs to define ULONGLONG literals as 999ui64.
This is the only place that uses i64 literals.