/[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.208 by akim, Wed Jul 31 19:49:52 2002 UTC revision 1.209 by akim, Fri Sep 13 16:12:21 2002 UTC
# Line 132  get_merge_function (const char* name, co Line 132  get_merge_function (const char* name, co
132    if (syms->next == NULL)    if (syms->next == NULL)
133      {      {
134        syms->next = XMALLOC (merger_list, 1);        syms->next = XMALLOC (merger_list, 1);
135        syms->next->name = strdup (name);        syms->next->name = xstrdup (name);
136        syms->next->type = strdup (type);        syms->next->type = xstrdup (type);
137        syms->next->next = NULL;        syms->next->next = NULL;
138        merge_functions = head.next;        merge_functions = head.next;
139      }      }

Legend:
Removed from v.1.208  
changed lines
  Added in v.1.209

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