Mercurial > hg > octave-lyh
diff src/error.cc @ 8015:30629059b72d
Update the manual to reflect the changes in error output
author | sh@sh-laptop |
---|---|
date | Wed, 06 Aug 2008 22:23:54 +0200 |
parents | 065c28e1c368 |
children | 0ef13e15319b |
line wrap: on
line diff
--- a/src/error.cc +++ b/src/error.cc @@ -977,11 +977,11 @@ @group\n\ f ()\n\ error: nargin != 1\n\ -error: evaluating index expression near line 1, column 30\n\ -error: evaluating binary operator `||' near line 1, column 27\n\ -error: called from `h'\n\ -error: called from `g'\n\ -error: called from `f'\n\ +error: called from:\n\ +error: error at line -1, column -1\n\ +error: h at line 1, column 27\n\ +error: g at line 1, column 15\n\ +error: f at line 1, column 15\n\ @end group\n\ @end smallexample\n\ \n\