# HG changeset patch # User jwe # Date 949492549 0 # Node ID c5ebcd5d25a93e7af95dee994dd38239be99076e # Parent 096ad38d7ab543e157ddaa5f72ebf882d1dfc8a1 [project @ 2000-02-02 11:55:49 by jwe] diff -r 096ad38d7ab5 -r c5ebcd5d25a9 src/defaults.cc --- a/src/defaults.cc Wed Feb 02 11:52:11 2000 +0000 +++ b/src/defaults.cc Wed Feb 02 11:55:49 2000 +0000 @@ -83,7 +83,7 @@ std::string Vlocal_site_defaults_file; std::string Vsite_defaults_file; -static string +static std::string subst_octave_home (const std::string& s) { std::string retval; diff -r 096ad38d7ab5 -r c5ebcd5d25a9 src/oct-stream.cc --- a/src/oct-stream.cc Wed Feb 02 11:52:11 2000 +0000 +++ b/src/oct-stream.cc Wed Feb 02 11:55:49 2000 +0000 @@ -29,6 +29,7 @@ #include #include +#include #include "lo-ieee.h" #include "lo-mappers.h" @@ -274,7 +275,7 @@ } } -static string +static std::string expand_char_class (const std::string& s) { std::string retval;