comparison src/message.c @ 9988:cafe247c949a v7.4.2267

commit https://github.com/vim/vim/commit/44ca54aeb9a0eca41aea203786e33d82e69d0615 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 27 15:41:32 2016 +0200 patch 7.4.2267 Problem: Build fails on MS-Windows. Solution: Add define to get isinf().
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Aug 2016 15:45:05 +0200
parents 9bef7b5d02cb
children 5ac2dd61ca8f
comparison
equal deleted inserted replaced
9987:9d784e918d4d 9988:cafe247c949a
10 /* 10 /*
11 * message.c: functions for displaying messages on the command line 11 * message.c: functions for displaying messages on the command line
12 */ 12 */
13 13
14 #define MESSAGE_FILE /* don't include prototype for smsg() */ 14 #define MESSAGE_FILE /* don't include prototype for smsg() */
15 #define USING_FLOAT_STUFF
15 16
16 #include "vim.h" 17 #include "vim.h"
17 18
18 static int other_sourcing_name(void); 19 static int other_sourcing_name(void);
19 static char_u *get_emsg_source(void); 20 static char_u *get_emsg_source(void);