eb39.C: Don't include libio.h.
authorLoren J. Rittle <ljrittle@acm.org>
Wed, 22 Nov 2000 18:16:29 +0000 (18:16 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 22 Nov 2000 18:16:29 +0000 (18:16 +0000)
2000-11-22  Loren J. Rittle  <ljrittle@acm.org>

        * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.

From-SVN: r37662

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.robertl/eb39.C

index 9ff1d8f09d4e6582d909fe2a1429119cb38440df..ff9e323159eae9a010971fee1acc48322e3afffc 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
+
+        * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
+
 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
 
        * gcc.c-torture/execute/ieee/20001122-1.c: New test.
@@ -61,6 +65,7 @@
 
        * gcc.dg/20001117-1.c: New test.
 
+>>>>>>> 1.855
 2000-11-18  Richard Henderson  <rth@redhat.com>
 
        * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
index edf6ad42420bd1aaf26b87f888fbea943f284bf2..504e2c46cbbc994eef39988434a68ebb444247e0 100644 (file)
@@ -2,7 +2,7 @@
 #include <ctype.h>
 #include <iostream.h>
 // #include <streambuf.h>
-#include <libio.h>
+// #include <libio.h>
 #include <strstream.h>
 #include <string.h>