comparison src/if_mzsch.h @ 10025:068f397d0da4 v7.4.2285

commit https://github.com/vim/vim/commit/d90b6c02e2900576fb37d95b5e4f4a32b2d7383f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 18:10:45 2016 +0200 patch 7.4.2285 Problem: Generated files are outdated. Solution: Generate the files. Avoid errors when generating prototypes.
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Aug 2016 18:15:05 +0200
parents 16e8a09e8ab0
children 4aead6a9b7a9
comparison
equal deleted inserted replaced
10024:51fc695700b7 10025:068f397d0da4
6 #define _IF_MZSCH_H_ 6 #define _IF_MZSCH_H_
7 #ifdef __MINGW32__ 7 #ifdef __MINGW32__
8 /* Hack to engage Cygwin-specific settings */ 8 /* Hack to engage Cygwin-specific settings */
9 # define __CYGWIN32__ 9 # define __CYGWIN32__
10 # include <stdint.h> 10 # include <stdint.h>
11 #endif
12
13 #ifdef PROTO
14 /* avoid syntax error for defining Thread_Local_Variables. */
15 # define __thread /* empty */
11 #endif 16 #endif
12 17
13 /* #ifdef needed for "make depend" */ 18 /* #ifdef needed for "make depend" */
14 #ifdef FEAT_MZSCHEME 19 #ifdef FEAT_MZSCHEME
15 # include <schvers.h> 20 # include <schvers.h>