aboutsummaryrefslogtreecommitdiff
path: root/dejagnu.h
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-05-30 15:40:27 +0000
committerRob Savoye <rob@welcomehome.org>2001-05-30 15:40:27 +0000
commitd9ce98ca3567ad66db15fec8ac427d6b41a20825 (patch)
treebd01e5919837b21eaf47de03371d6100c7d33b1f /dejagnu.h
parent682f43d2645995ccfef6c84beaf7f1aea69d1875 (diff)
downloaddejagnu-d9ce98ca3567ad66db15fec8ac427d6b41a20825.zip
dejagnu-d9ce98ca3567ad66db15fec8ac427d6b41a20825.tar.gz
dejagnu-d9ce98ca3567ad66db15fec8ac427d6b41a20825.tar.bz2
* dejagnu.h: Remove the iostream headers, so now we have no
conditional compilation problems with libstdc++-v3 or v2.
Diffstat (limited to 'dejagnu.h')
-rw-r--r--dejagnu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dejagnu.h b/dejagnu.h
index a2653f7..919a469 100644
--- a/dejagnu.h
+++ b/dejagnu.h
@@ -68,11 +68,13 @@ totals (void) {
#include <iomanip>
#include <fstream>
#include <string>
+#if 0
#if HAVE_STL3
#include <sstream>
#else
#include <strstream>
#endif
+#endif
char *outstate[] = {
"FAILED: ",