diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-01-30 16:27:12 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-01-30 16:27:12 +0000 |
| commit | d121040e2bcf13eb27d39dc0fc25fad2b69d2633 (patch) | |
| tree | f4771119b9dc9af5d0bd7b6308f4fe7d6ebbef50 /llvm/include/ext | |
| parent | aeabeb36eb86f6e2d079f7448e5442810c4acfe4 (diff) | |
| download | bcm5719-llvm-d121040e2bcf13eb27d39dc0fc25fad2b69d2633.tar.gz bcm5719-llvm-d121040e2bcf13eb27d39dc0fc25fad2b69d2633.zip | |
Check in GCC 3.02 compatiblity headers for GCC 2.95.3
llvm-svn: 1590
Diffstat (limited to 'llvm/include/ext')
| -rw-r--r-- | llvm/include/ext/hash_map | 2 | ||||
| -rw-r--r-- | llvm/include/ext/hash_set | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/ext/hash_map b/llvm/include/ext/hash_map new file mode 100644 index 00000000000..4b936557de1 --- /dev/null +++ b/llvm/include/ext/hash_map @@ -0,0 +1,2 @@ + +#include <hash_map> diff --git a/llvm/include/ext/hash_set b/llvm/include/ext/hash_set new file mode 100644 index 00000000000..af4c914ed80 --- /dev/null +++ b/llvm/include/ext/hash_set @@ -0,0 +1,2 @@ + +#include <hash_set> |

