From 625568410ace1731825b09f9369f4609ffaf6941 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 30 Jan 2002 16:27:12 +0000 Subject: [PATCH] Check in GCC 3.02 compatiblity headers for GCC 2.95.3 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1590 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/ext/hash_map | 2 ++ include/ext/hash_set | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 include/ext/hash_map create mode 100644 include/ext/hash_set diff --git a/include/ext/hash_map b/include/ext/hash_map new file mode 100644 index 00000000000..4b936557de1 --- /dev/null +++ b/include/ext/hash_map @@ -0,0 +1,2 @@ + +#include diff --git a/include/ext/hash_set b/include/ext/hash_set new file mode 100644 index 00000000000..af4c914ed80 --- /dev/null +++ b/include/ext/hash_set @@ -0,0 +1,2 @@ + +#include