comparison src/evalfunc.c @ 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 8eed1e9389bb
comparison
equal deleted inserted replaced
20590:a76cdc4bf606 20591:4411c2b96af9
3385 1 3385 1
3386 #else 3386 #else
3387 0 3387 0
3388 #endif 3388 #endif
3389 }, 3389 },
3390 {"beos",
3391 #ifdef __BEOS__
3392 1
3393 #else
3394 0
3395 #endif
3396 },
3397 {"haiku", 3390 {"haiku",
3398 #ifdef __HAIKU__ 3391 #ifdef __HAIKU__
3399 1 3392 1
3400 #else 3393 #else
3401 0 3394 0