commit | 5487544fa5d46af9f8f98aa4f5c59074a6e0639a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 22:33:17 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 22:33:17 2016 +0200 |
tree | 8fd302ca969a8ff785cc13b921d0fd137609708f | |
parent | c285fe7c3ffdb3ec4eff20a1d1d5accfc80f1a86 [diff] [blame] |
patch 7.4.1795 Problem: Compiler warning for redefining RGB. (John Marriott) Solution: Rename it to TORGB.
diff --git a/src/version.c b/src/version.c index 97ec40b..5ae6007 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1795, +/**/ 1794, /**/ 1793,