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