Mercurial > hg > octave-nkf
diff src/npsol.cc @ 540:c07674bbc3b1
[project @ 1994-07-21 23:59:00 by jwe]
author | jwe |
---|---|
date | Fri, 22 Jul 1994 00:01:29 +0000 |
parents | b9284136189a |
children | 20fbad23ae51 |
line wrap: on
line diff
--- a/src/npsol.cc +++ b/src/npsol.cc @@ -522,8 +522,8 @@ struct NPSOL_OPTIONS { - char *keyword; - char *kw_tok[MAX_TOKENS + 1]; + const char *keyword; + const char *kw_tok[MAX_TOKENS + 1]; int min_len[MAX_TOKENS + 1]; int min_toks_to_match; d_set_opt_mf d_set_fcn; @@ -674,7 +674,7 @@ NPSOL_OPTIONS *list = npsol_option_table; - char *keyword; + const char *keyword; while ((keyword = list->keyword) != 0) { output_buf.form (" %-40s ", keyword);