From: Stephen North Date: Mon, 29 Jul 2013 20:58:04 +0000 (-0400) Subject: *sigh* X-Git-Tag: LAST_LIBGRAPH~32^2~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd5fe6443f987fcf4c5d7f7841f1ea45ccb2bce1;p=graphviz *sigh* --- diff --git a/lib/cgraph/grammar.y b/lib/cgraph/grammar.y index 59a2bbdec..d8cb343c6 100644 --- a/lib/cgraph/grammar.y +++ b/lib/cgraph/grammar.y @@ -126,7 +126,7 @@ compound : simple rcompound optattr simple : nodelist | subgraph ; -rcompound : T_edgeop {getedgeitems(1);} simple {getedgeitems(2);} rcompound {$$ = 1;} +rcompound : T_edgeop {getedgeitems(1);} simple rcompound {getedgeitems(2); $$ = 1;} | /* empty */ {$$ = 0;} ;