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:
@@ -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
|
||||
|
Reference in New Issue
Block a user