]> granicus.if.org Git - vim/commitdiff
patch 8.0.0808: cannot build with terminal feature and DEBUG defined v8.0.0808
authorBram Moolenaar <Bram@vim.org>
Sat, 29 Jul 2017 20:41:18 +0000 (22:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 29 Jul 2017 20:41:18 +0000 (22:41 +0200)
Problem:    Cannot build with terminal feature and DEBUG defined. (Christian
            Brabandt)
Solution:   Use DEBUG_LOG3().

src/libvterm/src/pen.c
src/version.c

index 3c58c9cec9e0e678559c5bad9d1b06b25adc322e..fd604334f558e54c9dafc64b0dc46e4a1775ec2a 100644 (file)
@@ -106,7 +106,7 @@ static void setpenattr(VTermState *state, VTermAttr attr, VTermValueType type UN
 {
 #ifdef DEBUG
   if(type != vterm_get_attr_type(attr)) {
-    DEBUG_LOG("Cannot set attr %d as it has type %d, not type %d\n",
+    DEBUG_LOG3("Cannot set attr %d as it has type %d, not type %d\n",
         attr, vterm_get_attr_type(attr), type);
     return;
   }
index 95468b2ffb1a3a899d699e4edbf619dad00448c5..ab9f30eaf5a129ea43ec80d95a83ebd0fb63d370 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    808,
 /**/
     807,
 /**/