diff options
author | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-29 20:54:27 +0000 |
---|---|---|
committer | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-29 20:54:27 +0000 |
commit | 25d8df30b83f469ea7a13340706fc79041a44e73 (patch) | |
tree | e7192a8f25b0e366303e1b6dbe3990249af3f3e2 /PACE | |
parent | f06b7bc9be67ee96751d854428e814369697e1cc (diff) | |
download | ATCD-25d8df30b83f469ea7a13340706fc79041a44e73.tar.gz |
ChangeLogTag: Fri Jun 29 15:52:28 2001 Joe Hoffert <joeh@cs.wustl.edu>
Diffstat (limited to 'PACE')
-rw-r--r-- | PACE/ChangeLog | 5 | ||||
-rw-r--r-- | PACE/pace/config/platform.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog index 65099265360..dc7ed3f5f5b 100644 --- a/PACE/ChangeLog +++ b/PACE/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 29 15:52:28 2001 Joe Hoffert <joeh@cs.wustl.edu> + + * pace/config/platform.h: + Remove "#error "Here in platform.h for Win32" message. + Tue Jun 12 14:46:48 2001 Joe Hoffert <joeh@cs.wustl.edu> * pace/vxworks/unistd.inl: diff --git a/PACE/pace/config/platform.h b/PACE/pace/config/platform.h index 81cffd75fce..4dde03ea27a 100644 --- a/PACE/pace/config/platform.h +++ b/PACE/pace/config/platform.h @@ -81,7 +81,6 @@ # define PACE_LYNXOS 0 # define PACE_SUNOS 0 # define PACE_VXWORKS 0 -#error "Here in platform.h for Win32" #endif #endif /* PACE_CONFIG_PLATFORM_H */ |