/[bison]/bison/lib/lbitset.c
ViewVC logotype

Diff of /bison/lib/lbitset.c

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

revision 1.7 by eggert, Wed Oct 2 08:00:19 2002 UTC revision 1.8 by eggert, Mon Oct 7 05:41:35 2002 UTC
# Line 1439  debug_lbitset (bset) Line 1439  debug_lbitset (bset)
1439                        
1440            fprintf (stderr, "  Word %u:", i);            fprintf (stderr, "  Word %u:", i);
1441            for (j = 0; j < LBITSET_WORD_BITS; j++)            for (j = 0; j < LBITSET_WORD_BITS; j++)
1442              if ((word & (1 << j)))              if ((word & ((bitset_word) 1 << j)))
1443                fprintf (stderr, " %u", j);                fprintf (stderr, " %u", j);
1444            fprintf (stderr, "\n");            fprintf (stderr, "\n");
1445          }          }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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