Mercurial > hg > octave-thorsten
changeset 3543:c5b996022ef7
[project @ 2000-02-02 20:13:49 by jwe]
author | jwe |
---|---|
date | Wed, 02 Feb 2000 20:13:49 +0000 |
parents | 0df501bd4fca |
children | 71bd2d124119 |
files | src/mkgendoc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/mkgendoc +++ b/src/mkgendoc @@ -15,7 +15,7 @@ cat << \EOF // DO NOT EDIT! Generated automatically by mkgendoc -#include <iostream.h> +#include <iostream> #include <string> #define XDEFUN_DLD_INTERNAL(name, args_name, nargout_name, is_text_fcn, doc) \ @@ -38,7 +38,7 @@ print_doc_string (#name, doc); static void -print_doc_string (const string& name, const string& doc) +print_doc_string (const string& name, const std::string& doc) { cout << "";