Reporter: Mark Seiden Sat Jun 29 01:16:12 1996 diff -rc swish.11/src/index.c swish.mis/src/index.c *** swish.11/src/index.c Tue Mar 14 00:00:01 1995 --- swish.mis/src/index.c Mon Jun 3 13:43:44 1996 *************** *** 645,651 **** else emphasized = 0; structure |= IN_COMMENTS; ! for (j = 3, inword = wordcount = 0; (c = tag[j]) != '\0'; j++) { if (!inword) { if (iswordchar(c)) { i = 0; --- 645,655 ---- else emphasized = 0; structure |= IN_COMMENTS; ! /* tk why is this being misparsed? ! ! it indexes words like "ctype"! -- mis@seiden.com */ ! /* for (j = 3, inword = wordcount = 0; (c = tag[j]) != '\0'; j++) { -- mis */ ! for (j = 1, inword = wordcount = 0; (c = tag[j]) != '\0'; j++) { if (!inword) { if (iswordchar(c)) { i = 0;