# HG changeset patch # User jwe # Date 812722344 0 # Node ID 9e861d5519bde9bfe55073fbd977b975a9be62bb # Parent c4dfc8adb70138b97ba2a44060bd9ddf0cea3af3 [project @ 1995-10-03 12:12:24 by jwe] diff --git a/src/parse.y b/src/parse.y --- a/src/parse.y +++ b/src/parse.y @@ -402,6 +402,7 @@ } | list1 comma_nl_sep { + maybe_warn_missing_semi ($1); $$ = $1; } | list1 semi_sep