changeset 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
files src/parse.y
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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);
     }
 }