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

Diff of /bison/lib/ebitset.c

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

revision 1.7 by eggert, Wed Oct 2 07:57:24 2002 UTC revision 1.8 by eggert, Sat Oct 5 05:02:30 2002 UTC
# Line 771  ebitset_list (bset, list, num, next) Line 771  ebitset_list (bset, list, num, next)
771            bitset_word *srcp = EBITSET_WORDS (elt);            bitset_word *srcp = EBITSET_WORDS (elt);
772    
773            windex = bitno / BITSET_WORD_BITS;            windex = bitno / BITSET_WORD_BITS;
774            woffset = eindex / EBITSET_ELT_WORDS;            woffset = eindex * EBITSET_ELT_WORDS;
775    
776            for (; (windex - woffset) < EBITSET_ELT_WORDS; windex++)            for (; (windex - woffset) < EBITSET_ELT_WORDS; windex++)
777              {              {

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