(wordseg_propertize): Add dummy function for the case that wordcut
library doesn't exist.
02111-1307, USA. */
#include <stdio.h>
+#include <stdlib.h>
#include "config.h"
#include "m17n-core.h"
return;
}
+static MTextProperty *
+wordseg_propertize (MText *mt, int pos, int from, int to, unsigned char *tis)
+{
+ return NULL;
+}
+
+
#endif /* not HAVE_WORDCUT nor HAVE_WORDCUT_OLD */
int