mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
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:
@@ -201,7 +201,9 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void
|
||||
|
||||
/* Ugly solution for "BalloonEval" not being defined while it's used in some
|
||||
* .pro files. */
|
||||
# ifndef FEAT_BEVAL
|
||||
# ifdef FEAT_BEVAL
|
||||
# include "beval.pro"
|
||||
# else
|
||||
# define BalloonEval int
|
||||
# endif
|
||||
|
||||
|
Reference in New Issue
Block a user