comparison src/proto.h @ 15510:41fbbcea0f1b v8.1.0763

patch 8.1.0763: nobody is using the Sun Workshop support commit https://github.com/vim/vim/commit/bb1969b6ab28120c93b77817e7b6075e1aecf663 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 15:45:25 2019 +0100 patch 8.1.0763: nobody is using the Sun Workshop support Problem: Nobody is using the Sun Workshop support. Solution: Remove the Workshop support.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 16:00:08 +0100
parents 98c35d312987
children c9230ee2b1ad
comparison
equal deleted inserted replaced
15509:2650d9461407 15510:41fbbcea0f1b
293 # include "gui_x11.pro" 293 # include "gui_x11.pro"
294 # endif 294 # endif
295 # ifdef FEAT_GUI_PHOTON 295 # ifdef FEAT_GUI_PHOTON
296 # include "gui_photon.pro" 296 # include "gui_photon.pro"
297 # endif 297 # endif
298 # ifdef FEAT_SUN_WORKSHOP
299 # include "workshop.pro"
300 # endif
301 # endif /* FEAT_GUI */ 298 # endif /* FEAT_GUI */
302 299
303 # ifdef FEAT_OLE 300 # ifdef FEAT_OLE
304 # include "if_ole.pro" 301 # include "if_ole.pro"
305 # endif 302 # endif