# HG changeset patch # User jwe # Date 1021579663 0 # Node ID fab8337340a10f131cd88930b86b3a00ae37eb12 # Parent 1b58576bdaa63305014931c818834758eaeb761e [project @ 2002-05-16 20:05:55 by jwe] diff --git a/src/error.cc b/src/error.cc --- a/src/error.cc +++ b/src/error.cc @@ -180,7 +180,7 @@ if (buffer_error_messages) { - string tmp = msg_string; + std::string tmp = msg_string; if (! error_message_buffer) { diff --git a/src/symtab.h b/src/symtab.h --- a/src/symtab.h +++ b/src/symtab.h @@ -446,7 +446,7 @@ void pop_context (void); - void print_info (ostream& os) const; + void print_info (std::ostream& os) const; private: