commit | c951522943fc7c1eedaa707d2fa06da5ca17545a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 10 22:56:30 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 10 22:56:30 2019 +0100 |
tree | e33897cbf796757c8935488dfc458caec28adece | |
parent | 24877cf22c59acefc69c33d8368841a149135fed [diff] [blame] |
patch 8.1.0714: unessesary #if lines in GTK code Problem: Unessesary #if lines in GTK code. Solution: Remove the #if. (Ken Takata, closes #3785)
diff --git a/src/version.c b/src/version.c index 1f9d809..cec708f 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 714, +/**/ 713, /**/ 712,