comparison modules/canna/canna_api.c @ 4759:aa5ed11f473b

Remove support for obsolete systems. See xemacs-patches message with ID <870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 18 Nov 2009 08:49:14 -0700
parents f9be867eb83e
children 304aebb79cd3
comparison
equal deleted inserted replaced
4758:75975fd0b7fc 4759:aa5ed11f473b
404 NEW_LISP_STRING_TO_EXTERNAL (rcfile, Qfile_name)); 404 NEW_LISP_STRING_TO_EXTERNAL (rcfile, Qfile_name));
405 } 405 }
406 406
407 { 407 {
408 char **warning = (char **) 0; 408 char **warning = (char **) 0;
409 #ifdef nec_ews_svr4
410 stop_polling ();
411 #endif /* nec_ews_svr4 */
412 res = jrKanjiControl (0, KC_INITIALIZE, (char *) &warning); 409 res = jrKanjiControl (0, KC_INITIALIZE, (char *) &warning);
413 #ifdef nec_ews_svr4
414 start_polling ();
415 #endif /* nec_ews_svr4 */
416 val = Qnil; 410 val = Qnil;
417 if (warning) 411 if (warning)
418 { 412 {
419 for (p = q = warning ; *q ; q++) 413 for (p = q = warning ; *q ; q++)
420 ; 414 ;