Reporter: Mark Seiden Sat Jun 29 01:16:12 1996 Note: Compare this with swish-patch-01, which appears to use another method to solve the same problem. diff -rc swish.11/src/config.h swish.mis/src/config.h *** swish.11/src/config.h Tue Jun 25 18:16:01 1996 --- swish.mis/src/config.h Tue Jun 4 10:39:51 1996 *************** *** 147,153 **** ** a subset of (or equal to) WORDCHARS. */ ! #define ENDCHARS "abcdefghijklmnopqrstuvwxyz;_" /* This is the same as BEGINCHARS, except you're testing for ** valid characters at the ends of words. --- 142,152 ---- ** a subset of (or equal to) WORDCHARS. */ ! /* #define ENDCHARS "abcdefghijklmnopqrstuvwxyz;" */ ! /* we define ; out of words. ! this is so entities do not include ";" and words that happen to lie before ! a ";" do not appear twice -- mis@seiden.com */ ! #define ENDCHARS "abcdefghijklmnopqrstuvwxyz" /* This is the same as BEGINCHARS, except you're testing for ** valid characters at the ends of words.