* dejagnu.h: Remove the iostream headers, so now we have no
authorRob Savoye <rob@welcomehome.org>
Wed, 30 May 2001 15:40:27 +0000 (15:40 +0000)
committerRob Savoye <rob@welcomehome.org>
Wed, 30 May 2001 15:40:27 +0000 (15:40 +0000)
conditional compilation problems with libstdc++-v3 or v2.

dejagnu.h

index a2653f7..919a469 100644 (file)
--- 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: ",