| words[word_count].start = ix; | words[word_count].start = ix; | ||||
| words[word_count].flags = 0; | words[word_count].flags = 0; | ||||
| for (j = source_index; charix[j] <= 0; j++) // skip blanks | for (j = source_index; j < charix_top && charix[j] <= 0; j++) // skip blanks | ||||
| ; | ; | ||||
| words[word_count].sourceix = charix[j]; | words[word_count].sourceix = charix[j]; | ||||
| k = 0; | k = 0; |