/[bison]/bison/src/scan-gram.l
ViewVC logotype

Diff of /bison/src/scan-gram.l

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

revision 1.17 by akim, Sun Jun 30 17:27:57 2002 UTC revision 1.18 by akim, Sun Jun 30 17:34:52 2002 UTC
# Line 557  handle_action_dollar (char *text, locati Line 557  handle_action_dollar (char *text, locati
557          type_name = symbol_list_n_type_name_get (current_rule, location, 0);          type_name = symbol_list_n_type_name_get (current_rule, location, 0);
558        if (!type_name && typed)        if (!type_name && typed)
559          complain_at (location, _("$$ of `%s' has no declared type"),          complain_at (location, _("$$ of `%s' has no declared type"),
560                       symbol_tag_get (current_rule->sym));                       current_rule->sym->tag);
561        if (!type_name)        if (!type_name)
562          type_name = "";          type_name = "";
563        obstack_fgrow1 (&string_obstack,        obstack_fgrow1 (&string_obstack,
# Line 581  handle_action_dollar (char *text, locati Line 581  handle_action_dollar (char *text, locati
581                                                       n);                                                       n);
582            if (!type_name && typed)            if (!type_name && typed)
583              complain_at (location, _("$%d of `%s' has no declared type"),              complain_at (location, _("$%d of `%s' has no declared type"),
584                        n, symbol_tag_get (current_rule->sym));                        n, current_rule->sym->tag);
585            if (!type_name)            if (!type_name)
586              type_name = "";              type_name = "";
587            obstack_fgrow3 (&string_obstack,            obstack_fgrow3 (&string_obstack,

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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