/*======================================================================*\ |* Editor mined *| |* Han character description table *| \*======================================================================*/ #include "mined.h" /*======================================================================*\ |* Han description table *| \*======================================================================*/ struct hanentry hantable [] = { #ifdef use_cjk_tables #ifndef __EMX__ /* EMX cannot compile this ("virtual memory exhausted") */ #include "handescr.t" #endif #else # ifdef __TURBOC__ {-1} # endif #endif }; unsigned int hantable_len = arrlen (hantable); /*======================================================================*\ |* End *| \*======================================================================*/