diff src/proto/if_mzsch.pro @ 32019:274e1b3fbc2a v9.0.1341

patch 9.0.1341: build error with mzscheme but without GUI Commit: https://github.com/vim/vim/commit/4ee083e7f9e973a9f5939eb0cd477aa52fbab51c Author: K.Takata <kentkt@csc.jp> Date: Wed Feb 22 13:14:36 2023 +0000 patch 9.0.1341: build error with mzscheme but without GUI Problem: Build error with mzscheme but without GUI. Solution: Adjust #ifdefs. (Ken Takata, closes https://github.com/vim/vim/issues/12042) Also fix function argument.
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Feb 2023 14:15:02 +0100
parents ca6bc7c04163
children
line wrap: on
line diff
--- a/src/proto/if_mzsch.pro
+++ b/src/proto/if_mzsch.pro
@@ -1,7 +1,7 @@
 /* if_mzsch.c */
 int mzscheme_enabled(int verbose);
 void mzvim_check_threads(void);
-char *did_set_mzquantum(void);
+char *did_set_mzquantum(optset_T *args);
 void mzscheme_end(void);
 int mzscheme_main(void);
 void mzscheme_buffer_free(buf_T *buf);