comparison src/eval.c @ 8295:18fd94bd4eb8 v7.4.1440

commit https://github.com/vim/vim/commit/fefecb0fbe14c44d46f91036d76bbb6c28162da8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 21:27:20 2016 +0100 patch 7.4.1440 Problem: Can't build on Windows. Solution: Change #ifdefs. Only define isnan when used.
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 21:30:05 +0100
parents ac0c43e7af20
children aec8f8ce8e4c
comparison
equal deleted inserted replaced
8294:7d7476de1d7b 8295:18fd94bd4eb8
8 */ 8 */
9 9
10 /* 10 /*
11 * eval.c: Expression evaluation. 11 * eval.c: Expression evaluation.
12 */ 12 */
13 #define USING_FLOAT_STUFF
13 14
14 #include "vim.h" 15 #include "vim.h"
15 16
16 #if defined(FEAT_EVAL) || defined(PROTO) 17 #if defined(FEAT_EVAL) || defined(PROTO)
17 18