commit | 7329cfab36356c48edab7ed68f6244eb9e20a5b1 | [log] [tgz] |
---|---|---|
author | Doug Kearns <dougkearns@gmail.com> | Fri Nov 26 13:01:41 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 26 13:01:41 2021 +0000 |
tree | 37ab0d73609d20da0d46922056272c1299473dda | |
parent | 85be8563fe5aff686e9e30d6afff401ccd976f2a [diff] [blame] |
patch 8.2.3679: objc file detected as Octave Problem: objc file detected as Octave. (Antony Lee) Solution: Detect objc by preprocessor lines. (Doug Kearns, closes #9223, closes #9220)
diff --git a/src/version.c b/src/version.c index b7a93ed..ca0f16f 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3679, +/**/ 3678, /**/ 3677,