summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PACE/ChangeLog5
-rw-r--r--PACE/pace/posix/types.h3
2 files changed, 7 insertions, 1 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index 3f099cf30c5..fa114b19150 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 12 17:30:54 2000 John Heitmann <jwh1@cs.wustl.edu>
+
+ * pace/posix/types.h
+ Fixed pace_tchar.
+
Wed Jul 12 16:31:51 2000 Luther J Baker <luther@cs.wustl.edu>
* pace/win32/types.h:
diff --git a/PACE/pace/posix/types.h b/PACE/pace/posix/types.h
index 7548436310c..9ce4e5c2c85 100644
--- a/PACE/pace/posix/types.h
+++ b/PACE/pace/posix/types.h
@@ -23,9 +23,10 @@
extern "C" {
#endif /* PACE_HAS_CPLUSPLUS */
+ /* For future upgradeability to wchar */
#ifndef PACE_TCHAR
#define PACE_TCHAR
- typedef char PACE_TCHAR;
+ typedef char pace_tchar;
#endif /* PACE_TCHAR */
#ifndef PACE_HANDLE