diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-07 15:12:35 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-07 15:12:35 +0000 |
commit | 6e934f09227084384f8f40285774a8268179745a (patch) | |
tree | 7dd113b72143d663c03a70e4f3e7ac7dc377dad6 /STL | |
parent | 802d8dd670fde8b4a18b8e560bf18104197d15a1 (diff) | |
download | ATCD-6e934f09227084384f8f40285774a8268179745a.tar.gz |
adjusted a comment
Diffstat (limited to 'STL')
-rw-r--r-- | STL/bool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/STL/bool.h b/STL/bool.h index 69f423caf95..6181013c354 100644 --- a/STL/bool.h +++ b/STL/bool.h @@ -4,7 +4,7 @@ K// $Id$ #define ACE_BOOL_H #if defined (_MSC_VER) -// Define bool out of the std namespace. + // Define bool out of the std namespace. # if _MSC_VER > 1010 # include /**/ <yvals.h> # else /* _MSC_VER <= 1010 */ |