Convert to C++ style comments

llvm-svn: 7304
This commit is contained in:
Chris Lattner 2003-07-25 15:08:08 +00:00
parent 49155b50ba
commit 707ececebc
2 changed files with 4 additions and 4 deletions

View File

@ -42,8 +42,8 @@ using HASH_NAMESPACE::hash_map;
using HASH_NAMESPACE::hash_multimap;
using HASH_NAMESPACE::hash;
/* Include vector because ext/hash_map includes stl_vector.h and leaves
out specializations like stl_bvector.h, causing link conflicts. */
// Include vector because ext/hash_map includes stl_vector.h and leaves
// out specializations like stl_bvector.h, causing link conflicts.
#include <vector>
#include <Support/HashExtras.h>

View File

@ -41,8 +41,8 @@
using HASH_NAMESPACE::hash_set;
using HASH_NAMESPACE::hash;
/* Include vector because ext/hash_set includes stl_vector.h and leaves
out specializations like stl_bvector.h, causing link conflicts. */
// Include vector because ext/hash_set includes stl_vector.h and leaves
// out specializations like stl_bvector.h, causing link conflicts.
#include <vector>
#include <Support/HashExtras.h>