From 218beb3e96bcb7b20395be3bec6076c767be71a1 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 4 Aug 2018 17:24:44 +0200 Subject: patch 8.1.0239: now Ruby build fails on other systems Problem: Now Ruby build fails on other systems. Solution: Always define rb_intern. (Ken Takata, closes #3275) --- 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 c5f181256..bd8da20b4 100644 --- a/src/version.c +++ b/src/version.c @@ -794,6 +794,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 239, /**/ 238, /**/ -- cgit v1.2.1