# HG changeset patch # User jwe # Date 812718259 0 # Node ID c4dfc8adb70138b97ba2a44060bd9ddf0cea3af3 # Parent c71ec9e06a841fd2c4e72e50615cc1ec6b39a50a [project @ 1995-10-03 11:04:19 by jwe] diff --git a/src/parse.y b/src/parse.y --- 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); } }