comparison src/proto.h @ 20591:4411c2b96af9 v8.2.0849

patch 8.2.0849: BeOS code is not maintained and probably unused Commit: https://github.com/vim/vim/commit/041c7107f23d3b49ab62c1d7e36af90421db8b63 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 30 18:14:57 2020 +0200 patch 8.2.0849: BeOS code is not maintained and probably unused Problem: BeOS code is not maintained and probably unused. Solution: Remove the BeOS code. (Emir Sari, closes https://github.com/vim/vim/issues/5817)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 May 2020 18:30:04 +0200
parents f502455965c0
children 6c5b11458f31
comparison
equal deleted inserted replaced
20590:a76cdc4bf606 20591:4411c2b96af9
46 extern int _stricoll(char *a, char *b); 46 extern int _stricoll(char *a, char *b);
47 # endif 47 # endif
48 # endif 48 # endif
49 # ifdef VMS 49 # ifdef VMS
50 # include "os_vms.pro" 50 # include "os_vms.pro"
51 # endif
52 # ifdef __BEOS__
53 # include "os_beos.pro"
54 # endif 51 # endif
55 # ifdef __QNX__ 52 # ifdef __QNX__
56 # include "os_qnx.pro" 53 # include "os_qnx.pro"
57 # endif 54 # endif
58 55