forked from aniani/vim
patch 9.1.1237: Compile error with C89 compiler in term.c
Problem: Compile error with C89 compiler in term.c (Zoltan Arpadffy) Solution: split out LOG_TR macro into 2 different macros. LOG_TR1 that takes only a single argument and LOG_TRN that takes 2 arguments. Remove the use of ##__VA_ARGS__ since the macro is now always called with 2 arguments (Hirohito Higashi) related: #16962 closes: #16969 Signed-off-by: Hirohito Higashi <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
35cb03648f
commit
2726821d38
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1237,
|
||||
/**/
|
||||
1236,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user