From 5843f5f37b0632e2d706abc9014bfd7d98f7b02e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 20 Aug 2019 20:13:45 +0200 Subject: patch 8.1.1891: functions used in one file are global Problem: Functions used in one file are global. Solution: Add "static". (Yegappan Lakshmanan, closes #4840) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index c6944cf4ff..895b4ff5e6 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1891, /**/ 1890, /**/ -- cgit v1.2.3