comparison src/vim.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 1a450ce6980c
children af2e0401eb8c
comparison
equal deleted inserted replaced
12888:ee7c70c64d80 12889:0ebade0c0ab2
1807 typedef int sock_T; 1807 typedef int sock_T;
1808 #endif 1808 #endif
1809 1809
1810 /* Include option.h before structs.h, because the number of window-local and 1810 /* Include option.h before structs.h, because the number of window-local and
1811 * buffer-local options is used there. */ 1811 * buffer-local options is used there. */
1812 #include "option.h" /* options and default values */ 1812 #include "option.h" /* options and default values */
1813
1814 #include "beval.h" /* BalloonEval */
1813 1815
1814 /* Note that gui.h is included by structs.h */ 1816 /* Note that gui.h is included by structs.h */
1815 1817
1816 #include "structs.h" /* file that defines many structures */ 1818 #include "structs.h" /* defines many structures */
1817 1819
1818 #include "alloc.h" 1820 #include "alloc.h"
1819 #include "beval.h"
1820 1821
1821 /* Values for "do_profiling". */ 1822 /* Values for "do_profiling". */
1822 #define PROF_NONE 0 /* profiling not started */ 1823 #define PROF_NONE 0 /* profiling not started */
1823 #define PROF_YES 1 /* profiling busy */ 1824 #define PROF_YES 1 /* profiling busy */
1824 #define PROF_PAUSED 2 /* profiling paused */ 1825 #define PROF_PAUSED 2 /* profiling paused */