diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-27 21:22:12 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-27 21:22:12 +0000 |
commit | 5ffe1fb924f722b9d37fdf2f0060eb24d3e73ac4 (patch) | |
tree | 5ed1c198ebcae9315bd5850f871abdfb3f96bc7e /ace | |
parent | 5f3dc0b3fade1e89f6385a33d895b046bf2bee91 (diff) | |
download | ATCD-5ffe1fb924f722b9d37fdf2f0060eb24d3e73ac4.tar.gz |
I forgot to specify the length of ACE_UNIQUE_NAME_LEN to 100.
Diffstat (limited to 'ace')
-rw-r--r-- | ace/OS.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ #endif /* ACE_DEFAULT_FREE_LIST_INC */ #if !defined (ACE_UNIQUE_NAME_LEN) -#define ACE_UNIQUE_NAME_LEN +#define ACE_UNIQUE_NAME_LEN 100 #endif /* ACE_UNIQUE_NAME_LEN */ // Here are all ACE-specific global declarations needed throughout |