/[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.214 by eggert, Wed Oct 23 18:41:04 2002 UTC revision 1.215 by eggert, Sun Nov 3 07:49:40 2002 UTC
# Line 22  Line 22 
22    
23  #include "system.h"  #include "system.h"
24  #include "quotearg.h"  #include "quotearg.h"
 #include "quote.h"  
25  #include "getargs.h"  #include "getargs.h"
26  #include "files.h"  #include "files.h"
27  #include "symtab.h"  #include "symtab.h"
# Line 138  get_merge_function (const char* name, co Line 137  get_merge_function (const char* name, co
137        merge_functions = head.next;        merge_functions = head.next;
138      }      }
139    else if (strcmp (type, syms->next->type) != 0)    else if (strcmp (type, syms->next->type) != 0)
140      warn_at (loc, _("result type clash on merge function %s: `%s' vs. `%s'"),      warn_at (loc, _("result type clash (`%s' `%s') on merge function %s"),
141               name, type, syms->next->type);               type, syms->next->type, name);
142    return n;    return n;
143  }  }
144    

Legend:
Removed from v.1.214  
changed lines
  Added in v.1.215

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