diff --git a/Eden/yacc.y b/Eden/yacc.y index 7d41b62..2e2aee1 100644 --- a/Eden/yacc.y +++ b/Eden/yacc.y @@ -575,7 +575,7 @@ declare_relation: identifier tilde_gt '[' id_list_opt ']' ';' { $$ = code_related_by($1); } /* related_by_runtimelhs by [Ash] */ - | '`' expr '`' { $$ = $2; code(lookup_address); } + | '`' expr '`' { $$ = $2; code(lookup_address); } tilde_gt '[' id_list_opt ']' ';' { $$ = code_related_by_runtimelhs(); } ;