commit | f2f6d297966ec0e357640b71a238e51afcaba6cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 20:57:10 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 20:57:10 2015 +0100 |
tree | 104d229c01df9eeaf3515fff61e47e799c6c4bfd | |
parent | ad4d8a192abf44b89371af87d70b971cd654b799 [diff] [blame] |
patch 7.4.985 Problem: Can't build with Ruby 2.3.0. Solution: Use the new TypedData_XXX macro family instead of Data_XXX. Use TypedData. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 5a5a59c..d46aeae 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 985, +/**/ 984, /**/ 983,