Mercurial > vim
view src/proto/version.pro @ 7196:42717d048817 v7.4.907
commit https://github.com/vim/vim/commit/d94464ee294a351ce7b6ba18e8bd3f24f1bef920
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Nov 2 15:28:18 2015 +0100
patch 7.4.907
Problem: Libraries for dynamically loading interfaces can only be defined
at compile time.
Solution: Add options to specify the dll names. (Kazuki Sakamoto,
closes #452)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 02 Nov 2015 15:30:05 +0100 |
parents | 71859e71b1f9 |
children | 21b0a39d13ed |
line wrap: on
line source
/* version.c */ void make_version __ARGS((void)); int highest_patch __ARGS((void)); int has_patch __ARGS((int n)); void ex_version __ARGS((exarg_T *eap)); void list_version __ARGS((void)); void maybe_intro_message __ARGS((void)); void intro_message __ARGS((int colon)); void ex_intro __ARGS((exarg_T *eap)); /* vim: set ft=c : */