comparison src/proto.h @ 12889:0ebade0c0ab2 v8.0.1321

patch 8.0.1321: can't build huge version with Athena commit https://github.com/vim/vim/commit/40e280d949fa26e33f69c4bf80ccc0b70f2e13f6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 19 20:34:59 2017 +0100 patch 8.0.1321: can't build huge version with Athena Problem: Can't build huge version with Athena. (Mark Kelly) Solution: Move including beval.h to before structs.h. Include beval.pro like other proto files.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Nov 2017 20:45:05 +0100
parents 351cf7c67bbe
children e76499e85744
comparison
equal deleted inserted replaced
12888:ee7c70c64d80 12889:0ebade0c0ab2
199 # include "if_ruby.pro" 199 # include "if_ruby.pro"
200 # endif 200 # endif
201 201
202 /* Ugly solution for "BalloonEval" not being defined while it's used in some 202 /* Ugly solution for "BalloonEval" not being defined while it's used in some
203 * .pro files. */ 203 * .pro files. */
204 # ifndef FEAT_BEVAL 204 # ifdef FEAT_BEVAL
205 # include "beval.pro"
206 # else
205 # define BalloonEval int 207 # define BalloonEval int
206 # endif 208 # endif
207 209
208 # ifdef FEAT_NETBEANS_INTG 210 # ifdef FEAT_NETBEANS_INTG
209 # include "netbeans.pro" 211 # include "netbeans.pro"