changeset 1512:c71ec9e06a84

[project @ 1995-10-03 10:59:23 by jwe]
author jwe
date Tue, 03 Oct 1995 10:59:23 +0000
parents 74f9e88a2c12
children c4dfc8adb701
files src/parse.y
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/parse.y	Tue Oct 03 10:50:19 1995 +0000
+++ b/src/parse.y	Tue Oct 03 10:59:23 1995 +0000
@@ -1697,5 +1697,6 @@
 
 	warning ("missing semicolon near line %d, column %d",
 		 tmp->line (), tmp->column ());
+	warning ("reading file `%s', curr_fcn_file_name);
     }
 }