annotate src/proto/os_beos.pro @ 4926:784e342ddcae v7.3.1208

updated for version 7.3.1208 Problem: Compiler warnings on MS-Windows. Solution: Add type cast. Move variable declaration. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Sun, 16 Jun 2013 16:01:25 +0200
parents 3fc0f57ecb91
children 21b0a39d13ed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 /* os_beos.c */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 void beos_cleanup_read_thread __ARGS((void));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 int beos_select __ARGS((int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 /* vim: set ft=c : */