Mercurial > hg > octave-lyh
diff src/parse.y @ 1513:c4dfc8adb701
[project @ 1995-10-03 11:04:19 by jwe]
author | jwe |
---|---|
date | Tue, 03 Oct 1995 11:04:19 +0000 |
parents | c71ec9e06a84 |
children | 9e861d5519bd |
line wrap: on
line diff
--- a/src/parse.y +++ b/src/parse.y @@ -1695,8 +1695,7 @@ tree_statement *tmp = t->rear(); if (tmp->is_expression ()) - warning ("missing semicolon near line %d, column %d", - tmp->line (), tmp->column ()); - warning ("reading file `%s', curr_fcn_file_name); + warning ("missing semicolon near line %d, column %d in file `%s.m'", + tmp->line (), tmp->column (), curr_fcn_file_name); } }