comparison Wnn/jserver/daibn_kai.c @ 5:338478efe78d

some cleanups
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 13 Dec 2007 22:24:18 +0900
parents 790205f476c0
children 466fe6732d8d
comparison
equal deleted inserted replaced
3:ed4bb01eb317 5:338478efe78d
256 } 256 }
257 else 257 else
258 { 258 {
259 if ( 259 if (
260 #ifndef NO_FZK 260 #ifndef NO_FZK
261 (fzkchar == NULL || *fzkchar == '\0') && 261 (fzkchar == NULL || *fzkchar == 0) &&
262 #endif /* NO_FZK */ 262 #endif /* NO_FZK */
263 beginvect == sentou_no) 263 beginvect == sentou_no)
264 { 264 {
265 *status = WNN_SENTOU; 265 *status = WNN_SENTOU;
266 } 266 }
322 return (kan_ckvt (sentou_no, v)); 322 return (kan_ckvt (sentou_no, v));
323 } 323 }
324 #ifndef NO_FZK 324 #ifndef NO_FZK
325 else 325 else
326 { 326 {
327 if (fzkchar == NULL || *fzkchar == '\0') 327 if (fzkchar == NULL || *fzkchar == 0)
328 { 328 {
329 if ((ll = wnn_get_fukugou_component_body (hinsi, &buf)) == 0) 329 if ((ll = wnn_get_fukugou_component_body (hinsi, &buf)) == 0)
330 { 330 {
331 error1 ("wnn_get_fukugou_component:error in zentan_able."); 331 error1 ("wnn_get_fukugou_component:error in zentan_able.");
332 return (-1); 332 return (-1);