diff options
author | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-27 18:03:52 +0000 |
---|---|---|
committer | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-27 18:03:52 +0000 |
commit | 49e132ee6ceef75064548a56271d82901590a36c (patch) | |
tree | bfc5f67155c1e350bf69845820294709efaf7494 /PACE | |
parent | daad43756c3bff6fd841e6c059654487f35ada90 (diff) | |
download | ATCD-49e132ee6ceef75064548a56271d82901590a36c.tar.gz |
Thu Jul 27 13:03:29 2000 Luther J Baker <luther@cs.wustl.edu>
Diffstat (limited to 'PACE')
-rw-r--r-- | PACE/ChangeLog | 6 | ||||
-rw-r--r-- | PACE/pace/config/constants.h | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog index ad366fdbba9..63a99118fcf 100644 --- a/PACE/ChangeLog +++ b/PACE/ChangeLog @@ -1,3 +1,9 @@ +Thu Jul 27 13:03:29 2000 Luther J Baker <luther@cs.wustl.edu> + + * pace/config/constants.h (PACE_ONE_SECOND_IN_NSECS): + + Typo! + Thu Jul 27 12:33:55 2000 David L. Levine <levine@cs.wustl.edu> * README, VERSION: updated in preparation for 1.0 release. diff --git a/PACE/pace/config/constants.h b/PACE/pace/config/constants.h index 75d6c284797..3e0b86958e4 100644 --- a/PACE/pace/config/constants.h +++ b/PACE/pace/config/constants.h @@ -16,9 +16,9 @@ #ifndef PACE_CONFIG_CONSTANTS_H #define PACE_CONFIG_CONSTANTS_H -#define ACE_ONE_SECOND_IN_MSECS 1000L -#define ACE_ONE_SECOND_IN_USECS 1000000L -#define ACE_ONE_SECOND_IN_NSECS 1000000000L +#define PACE_ONE_SECOND_IN_MSECS 1000L +#define PACE_ONE_SECOND_IN_USECS 1000000L +#define PACE_ONE_SECOND_IN_NSECS 1000000000L /* ============================================================================ * Posix minimum values |