From f1c1a3c97f1dc81b2d9b19f58589b4b8a5ed196e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 31 Oct 2003 12:21:01 +0000 Subject: * Allow empty attribute (argument) sets. --- src/fix-ng/fix.sdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fix-ng/fix.sdf') diff --git a/src/fix-ng/fix.sdf b/src/fix-ng/fix.sdf index e94e696749f3..2074d9829411 100644 --- a/src/fix-ng/fix.sdf +++ b/src/fix-ng/fix.sdf @@ -44,7 +44,7 @@ exports "{" {Id ","}* "}" ":" Expr -> Expr {cons("Function"), right} - "{" {Bind ","}+ "}" + "{" {Bind ","}* "}" -> Expr {cons("Attrs")} Id "=" Expr -- cgit 1.4.1