Mercurial > hg > octave-nkf
diff src/parse.y @ 3538:0ff7323dab8b
[project @ 2000-02-02 12:36:25 by jwe]
author | jwe |
---|---|
date | Wed, 02 Feb 2000 12:36:37 +0000 |
parents | e8fbc8c3d6d9 |
children | 71bd2d124119 |
line wrap: on
line diff
--- a/src/parse.y +++ b/src/parse.y @@ -1438,7 +1438,7 @@ output_buf << "^"; } - output_buf << "\n" << ends; + output_buf << "\n" << std::ends; char *msg = output_buf.str (); @@ -1632,7 +1632,7 @@ e->accept (tpc); - buf << ends; + buf << std::ends; char *s = buf.str (); @@ -1681,7 +1681,7 @@ e->accept (tpc); - buf << ends; + buf << std::ends; char *s = buf.str (); @@ -1739,7 +1739,7 @@ e->accept (tpc); - buf << ends; + buf << std::ends; char *s = buf.str (); @@ -2571,7 +2571,7 @@ m->accept (tpc); - buf << ends; + buf << std::ends; char *s = buf.str (); @@ -2742,7 +2742,7 @@ parse_and_execute (f); if (verbose) - std::cout << "done." << endl; + std::cout << "done." << std::endl; } else if (warn_for) error ("%s: unable to open file `%s'", warn_for, s.c_str ());