1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-11-19 20:34:59 +01:00
parent 7221fce8b3
commit 40e280d949
4 changed files with 9 additions and 5 deletions

View File

@@ -78,7 +78,6 @@ typedef struct BalloonEvalStruct
#define EVAL_OFFSET_X 15 /* displacement of beval topleft corner from pointer */
#define EVAL_OFFSET_Y 10
#include "beval.pro"
#ifdef FEAT_BEVAL_GUI
# include "gui_beval.pro"
#endif