Mercurial > hg > octave-nkf
comparison src/toplev.cc @ 1751:fc59af7ea536
[project @ 1996-01-13 09:37:31 by jwe]
author | jwe |
---|---|
date | Sat, 13 Jan 1996 09:37:31 +0000 |
parents | fd0d12493223 |
children | 3a9462b655f1 |
comparison
equal
deleted
inserted
replaced
1750:fd0d12493223 | 1751:fc59af7ea536 |
---|---|
241 file = oct_tilde_expand (file); | 241 file = oct_tilde_expand (file); |
242 | 242 |
243 parse_and_execute (file, 1, 0, "source"); | 243 parse_and_execute (file, 1, 0, "source"); |
244 | 244 |
245 if (error_state) | 245 if (error_state) |
246 error ("source: error sourcing file `%s'", file); | 246 error ("source: error sourcing file `%s'", file.c_str ()); |
247 } | 247 } |
248 else | 248 else |
249 error ("source: expecting file name as argument"); | 249 error ("source: expecting file name as argument"); |
250 } | 250 } |
251 else | 251 else |