* src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc.

From-SVN: r156982
This commit is contained in:
Janis Johnson 2010-02-22 23:51:07 +00:00 committed by Janis Johnson
parent 9dd17e69b7
commit 5b557fc6e4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-02-22 Janis Johnson <janis187@us.ibm.com>
* src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc.
2010-02-22 Paolo Carlini <paolo.carlini@oracle.com>
* src/hash-aux.cc: Rename to...

View File

@ -74,7 +74,7 @@ namespace std
{
namespace tr1
{
#include "hash-aux.cc"
#include "hash-long-double-aux.cc"
}
}