Commit 249d93b3 authored by Denis Bilenko's avatar Denis Bilenko

fix libev compilation error on Windows / AppVeyor

libev\ev.c(1813) : error C2059: syntax error : 'type'
parent 39ea1cb7
...@@ -1809,7 +1809,7 @@ array_nextsize (int elem, int cur, int cnt) ...@@ -1809,7 +1809,7 @@ array_nextsize (int elem, int cur, int cnt)
return ncur; return ncur;
} }
static void * noinline ecb_cold static void * ecb_cold
array_realloc (int elem, void *base, int *cur, int cnt) array_realloc (int elem, void *base, int *cur, int cnt)
{ {
*cur = array_nextsize (elem, *cur, cnt); *cur = array_nextsize (elem, *cur, cnt);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment