diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-26 23:24:50 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-26 23:24:50 +0000 |
commit | cbe6d69679deafa6c7ea0167787d57b87a2e1e3e (patch) | |
tree | 62d59954e1be1e69433a572cb08a2cd1d228b600 /STL | |
parent | f263908444ef8847912c3e186da36b1e6de51f91 (diff) | |
download | ATCD-cbe6d69679deafa6c7ea0167787d57b87a2e1e3e.tar.gz |
*** empty log message ***
Diffstat (limited to 'STL')
-rw-r--r-- | STL/bstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/STL/bstring.h b/STL/bstring.h index 822bf50fa7a..68442eb5e83 100644 --- a/STL/bstring.h +++ b/STL/bstring.h @@ -69,7 +69,7 @@ void check_bounds #include <vector.h> #ifdef __MMULTITHREAD -#include "mutex.h" +#include /**/ "mutex.h" #endif const size_t NPOS = (size_t)(-1); |