commit | 70b5a5f5b9beb2c5d7ccb3518c474c432f31ad91 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 13:44:13 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 13:44:13 2015 +0200 |
tree | 45ba3a5cd39858a002d99f775c36f13ad1f7f288 | |
parent | 280a868a246eda3904eb925588f111b69e304878 [diff] [blame] |
patch 7.4.751 Problem: It is not obvious how to enable the address sanitizer. Solution: Add commented-out flags in the Makefile. (Dominique Pelle) Also add missing test targets.
diff --git a/src/version.c b/src/version.c index 1ca7c5c..bfdf8b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 751, +/**/ 750, /**/ 749,