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

Diff of /bison/src/muscle_tab.c

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

revision 1.24 by akim, Sun Oct 20 16:09:47 2002 UTC revision 1.25 by eggert, Tue Oct 22 04:39:05 2002 UTC
# Line 38  hash_compare_muscles (void const *x, voi Line 38  hash_compare_muscles (void const *x, voi
38  {  {
39    const muscle_entry_t *m1 = x;    const muscle_entry_t *m1 = x;
40    const muscle_entry_t *m2 = y;    const muscle_entry_t *m2 = y;
41    return strcmp (m1->key, m2->key) ? FALSE : TRUE;    return strcmp (m1->key, m2->key) == 0;
42  }  }
43    
44  static unsigned int  static unsigned int

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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