]> git.saurik.com Git - bison.git/blobdiff - src/reader.c
* data/bison.c++: Merge the two generated headers. Insert a copyright
[bison.git] / src / reader.c
index 9816c61d9c6bcb5e415b38c2df8d3db1af03eea5..cf3e18f370bc289c7d6c0e47569a2fd988a5ce66 100644 (file)
@@ -1154,10 +1154,7 @@ parse_braces (symbol_list *rule, int stack_offset)
 
       /* Above loop exits when C is '}'.  */
       if (--count)
-       {
-         obstack_1grow (&action_obstack, c);
-         c = getc (finput);
-       }
+       obstack_1grow (&action_obstack, c);
     }
 
   obstack_1grow (&action_obstack, '\0');