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

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

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

revision 1.19 by akim, Sun Jun 30 17:28:44 2002 UTC revision 1.20 by akim, Sun Jun 30 17:34:52 2002 UTC
# Line 2793  handle_action_dollar (char *text, locati Line 2793  handle_action_dollar (char *text, locati
2793          type_name = symbol_list_n_type_name_get (current_rule, location, 0);          type_name = symbol_list_n_type_name_get (current_rule, location, 0);
2794        if (!type_name && typed)        if (!type_name && typed)
2795          complain_at (location, _("$$ of `%s' has no declared type"),          complain_at (location, _("$$ of `%s' has no declared type"),
2796                       symbol_tag_get (current_rule->sym));                       current_rule->sym->tag);
2797        if (!type_name)        if (!type_name)
2798          type_name = "";          type_name = "";
2799        obstack_fgrow1 (&string_obstack,        obstack_fgrow1 (&string_obstack,
# Line 2817  handle_action_dollar (char *text, locati Line 2817  handle_action_dollar (char *text, locati
2817                                                       n);                                                       n);
2818            if (!type_name && typed)            if (!type_name && typed)
2819              complain_at (location, _("$%d of `%s' has no declared type"),              complain_at (location, _("$%d of `%s' has no declared type"),
2820                        n, symbol_tag_get (current_rule->sym));                        n, current_rule->sym->tag);
2821            if (!type_name)            if (!type_name)
2822              type_name = "";              type_name = "";
2823            obstack_fgrow3 (&string_obstack,            obstack_fgrow3 (&string_obstack,

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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