comparison src/os_riscos.c @ 35:8f3a526c2fe1

updated for version 7.0021
author vimboss
date Thu, 09 Dec 2004 21:09:42 +0000
parents 8ff7fd162d3c
children 3da34f87c760
comparison
equal deleted inserted replaced
34:7f788cd27415 35:8f3a526c2fe1
681 681
682 void 682 void
683 mch_early_init() 683 mch_early_init()
684 { 684 {
685 /* Turn off all the horrible filename munging in UnixLib. */ 685 /* Turn off all the horrible filename munging in UnixLib. */
686 __riscosify_control = __RISCOSIFY_NO_PROCESS; 686 int __riscosify_control = __RISCOSIFY_NO_PROCESS;
687 } 687 }
688 688
689 void 689 void
690 mch_exit(r) 690 mch_exit(r)
691 int r; 691 int r;
753 /* ARGSUSED */ 753 /* ARGSUSED */
754 int 754 int
755 mch_screenmode(arg) 755 mch_screenmode(arg)
756 char_u *arg; 756 char_u *arg;
757 { 757 {
758 EMSG(_(e_screnmode)); 758 EMSG(_(e_screenmode));
759 return FAIL; 759 return FAIL;
760 } 760 }
761 761
762 /* 762 /*
763 * Try to get the current window size. 763 * Try to get the current window size.