Clean up yesterday's patch.
[bison.git] / src / parse-gram.y
index bf80f1e121ab2f8438261375c68048a4d7737293..ae9eb535682e889ea203d8697f5c083cf5fa500e 100644 (file)
@@ -473,8 +473,7 @@ rhs:
 | rhs symbol
     { grammar_current_rule_symbol_append ($2, @2); }
 | rhs "{...}"
-    { grammar_current_rule_action_append (gram_last_string,
-                                         gram_last_braced_code_loc); }
+    { grammar_current_rule_action_append ($2, @2); }
 | rhs "%prec" symbol
     { grammar_current_rule_prec_set ($3, @3); }
 | rhs "%dprec" INT