diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-22 21:32:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-22 21:32:16 +0200 |
commit | 2334b6d59446dfa09680d4971b5fdb05c396ee79 (patch) | |
tree | f16c0149bad87220b8d096d323183ff765b88b4a /src/proto/if_lua.pro | |
parent | 766fb0d2b24c48545fa9fc9134b0843802223d64 (diff) | |
download | vim-2334b6d59446dfa09680d4971b5fdb05c396ee79.zip |
Make it possible to load Lua dynamically on Unix. (Luis Carvalho)
Diffstat (limited to 'src/proto/if_lua.pro')
-rw-r--r-- | src/proto/if_lua.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/if_lua.pro b/src/proto/if_lua.pro index fb80ae02d..3bac4cce8 100644 --- a/src/proto/if_lua.pro +++ b/src/proto/if_lua.pro @@ -1,4 +1,5 @@ /* if_lua.c */ +int lua_enabled __ARGS((int verbose)); void lua_end __ARGS((void)); void ex_lua __ARGS((exarg_T *eap)); void ex_luado __ARGS((exarg_T *eap)); |