Mercurial > vim
view src/proto/os_beos.pro @ 7564:aee06f1762e0 v7.4.1082
commit https://github.com/vim/vim/commit/858b96f382eeb8f1eab5100639e7b09523a6a2a1
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 10 16:12:24 2016 +0100
patch 7.4.1082
Problem: The Tcl interface is always skipping memory free on exit.
Solution: Only skip for dynamically loaded Tcl.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 10 Jan 2016 16:15:06 +0100 |
parents | 3fc0f57ecb91 |
children | 21b0a39d13ed |
line wrap: on
line source
/* os_beos.c */ void beos_cleanup_read_thread __ARGS((void)); int beos_select __ARGS((int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout)); /* vim: set ft=c : */