Include stdlib.h.
authorhanda <handa>
Mon, 18 Apr 2005 06:22:23 +0000 (06:22 +0000)
committerhanda <handa>
Mon, 18 Apr 2005 06:22:23 +0000 (06:22 +0000)
(wordseg_propertize): Add dummy function for the case that wordcut
library doesn't exist.

src/word-thai.c

index 83dde2e..17b2b7f 100644 (file)
@@ -21,6 +21,7 @@
    02111-1307, USA.  */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include "config.h"
 #include "m17n-core.h"
@@ -181,6 +182,13 @@ fini_wordseg_library (void)
   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