From f96ae0b5a2e9e097c38cec04ec35364565d42271 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 28 Jul 2019 15:21:55 +0200 Subject: patch 8.1.1767: FEAT_SESSION defined separately Problem: FEAT_SESSION defined separately. Solution: Make FEAT_SESSION depend on FEAT_EVAL. --- src/proto.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/proto.h') diff --git a/src/proto.h b/src/proto.h index 641511289..22570127e 100644 --- a/src/proto.h +++ b/src/proto.h @@ -183,9 +183,7 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void # endif # include "regexp.pro" # include "screen.pro" -# ifdef FEAT_SESSION -# include "session.pro" -# endif +# include "session.pro" # if defined(FEAT_CRYPT) || defined(FEAT_PERSISTENT_UNDO) # include "sha256.pro" # endif -- cgit v1.2.1