Mercurial > hg > octave-nkf
diff src/parse.y @ 3536:e8fbc8c3d6d9
[project @ 2000-02-02 12:01:00 by jwe]
author | jwe |
---|---|
date | Wed, 02 Feb 2000 12:01:08 +0000 |
parents | 096ad38d7ab5 |
children | 0ff7323dab8b |
line wrap: on
line diff
--- a/src/parse.y +++ b/src/parse.y @@ -2790,7 +2790,7 @@ // XXX FIXME XXX -- grab_help_text() in lex.l duplicates some of this // code! -static string +static std::string gobble_leading_white_space (FILE *ffile, bool in_parts, bool update_pos) { std::string help_txt; @@ -2903,7 +2903,7 @@ return help_txt; } -std:string +std::string get_help_from_file (const std::string& path) { std::string retval;