/[dejagnu]/dejagnu/testsuite/libdejagnu/unit.cc
ViewVC logotype

Diff of /dejagnu/testsuite/libdejagnu/unit.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by rsavoye, Mon Jul 30 17:13:26 2001 UTC revision 1.4 by rsavoye, Fri Aug 30 01:29:46 2002 UTC
# Line 50  main (int argc, char *argv[]) { Line 50  main (int argc, char *argv[]) {
50      // see what was displayed. Otherwise, there is no way we can test      // see what was displayed. Otherwise, there is no way we can test
51      // the logging functions completely.      // the logging functions completely.
52      char bbuuff[5120];      char bbuuff[5120];
53  #ifdef HAVE_STL3  #ifdef __STDC_HOSTED__
54      cout.rdbuf()->pubsetbuf(bbuuff, 5120);      cout.rdbuf()->pubsetbuf(bbuuff, 5120);
55  #else  #else
56      cout.rdbuf()->setbuf(bbuuff, 5120);      cout.rdbuf()->setbuf(bbuuff, 5120);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26