This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH to testsuite/gdb.c++/userdef.cc


This change allows the test to actually run (as expected), rather than see
a warning and give up.

I've gone ahead and checked this in; hope that's OK.

2002-01-08  Jason Merrill  <jason@redhat.com>

	* gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.

*** gdb.c++/userdef.cc.~1~	Fri Apr 16 02:34:32 1999
--- gdb.c++/userdef.cc	Tue Jan  8 15:15:05 2002
***************
*** 1,4 ****
! #include <iostream.h>
  
  void marker1()
  {
--- 1,6 ----
! #include <iostream>
! 
! using namespace std;
  
  void marker1()
  {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]