From 9c37f9c7f2c6b688d9f8acaa7065d2908e1bae6e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Jul 2003 15:08:08 +0000 Subject: [PATCH] Convert to C++ style comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7304 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/hash_map | 4 ++-- include/Support/hash_set | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/Support/hash_map b/include/Support/hash_map index 72d8bf36ba5..83480d5205a 100644 --- a/include/Support/hash_map +++ b/include/Support/hash_map @@ -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 #include diff --git a/include/Support/hash_set b/include/Support/hash_set index 46e75d8b94f..e69f719ef8e 100644 --- a/include/Support/hash_set +++ b/include/Support/hash_set @@ -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 #include