changeset 1514:9e861d5519bd

[project @ 1995-10-03 12:12:24 by jwe]
author jwe
date Tue, 03 Oct 1995 12:12:24 +0000
parents c4dfc8adb701
children d361954e95ae
files src/parse.y
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/parse.y	Tue Oct 03 11:04:19 1995 +0000
+++ b/src/parse.y	Tue Oct 03 12:12:24 1995 +0000
@@ -402,6 +402,7 @@
 		  }
 		| list1 comma_nl_sep
 		  {
+		    maybe_warn_missing_semi ($1);
 		    $$ = $1;
 		  }
 		| list1 semi_sep