On Wed, 20 Jan 2016, Cesar Romani wrote:
I'm getting:
--------------------
[...]
ex_cmds.c:560:48: error: 'DBL_MAX' undeclared (first use in this function)
nrs[lnum - eap->line1].st_u.value_flt = -DBL_MAX;
^
ex_cmds.c:560:48: note: each undeclared identifier is reported only once for
each function it appears in
make: *** [gobjZi686/ex_cmds.o] Error 1
Error by compiling gvim.exe
--------------------
I was able to get it to compile by adding this to the top of
ex_cmds.c:
#include <float.h>
- Christian
--
"I don't necessarily agree with everything I say." -- Marshall McLuhan
Christian J. Robinson <[email protected]> http://christianrobinson.name/