--- morph.c.vanilla	Wed Dec  4 00:15:22 2002
+++ morph.c	Wed Dec  4 00:22:21 2002
@@ -173,7 +173,10 @@
 			/* word is stopword */
 			return NULL;
 		}
-		else
+	        else if (nd == BYLOCALE){
+		        return word; /* Fixme: do what we should do here */
+		}
+	        else
 		{
 			dict = &dicts[nd];
 			if (dict->is_stoplemm && (*(dict->is_stoplemm)) (dictobjs[nd], word, *len))
