/[bison]/bison/src/reader.c
ViewVC logotype

Diff of /bison/src/reader.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.90 by akim, Thu Oct 4 14:55:20 2001 UTC revision 1.91 by akim, Thu Oct 4 15:07:32 2001 UTC
# Line 748  parse_union_decl (void) Line 748  parse_union_decl (void)
748    
749    typed = 1;    typed = 1;
750    
751      /* FIXME: I'm worried: are you sure attrs_obstack is properly
752         filled?  */
753    if (no_lines_flag)    if (no_lines_flag)
754      obstack_1grow (&attrs_obstack, '\n');      obstack_1grow (&attrs_obstack, '\n');
755    
# Line 763  parse_union_decl (void) Line 765  parse_union_decl (void)
765        /* If C contains '/', it is output by copy_comment ().  */        /* If C contains '/', it is output by copy_comment ().  */
766        if (c != '/')        if (c != '/')
767          {          {
768            obstack_1grow (&attrs_obstack, c);            obstack_1grow (&union_obstack, c);
769            if (defines_flag)            if (defines_flag)
770              obstack_1grow (&defines_obstack, c);              obstack_1grow (&defines_obstack, c);
771          }          }

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26