X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Fconfig.h;h=508e6aa55382f11928816c2aebed062f437bc9ae;hb=11fa24dced425ba350b810de6f64b020c868244c;hp=bf78a70c356742b5353b791b53e680746eb36fa0;hpb=a7374702e9ec0bc04af3ffc08aa8fd4a94c5b45f;p=libfirm diff --git a/win32/config.h b/win32/config.h index bf78a70c3..508e6aa55 100644 --- a/win32/config.h +++ b/win32/config.h @@ -18,8 +18,8 @@ /* Define to disable assertion checking. */ /* #undef NDEBUG */ -/* Define to value "inline" for gcc inlineing. */ -/* #undef USE_GCC_INLINE */ +/* Remove to disable inlining */ +#define USE_INLINING 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_ALLOCA_H */ @@ -89,7 +89,23 @@ first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */ -#define INLINE __inline +/* Define to 1 if Firm statistics are activated */ +/* #undef FIRM_STATISTICS */ + +/* Define the right volatile token */ +/* #undef volatile */ + +/* Define the right inline token */ +#define inline __inline + +/* Define the right const token */ +/* #undef const */ + +#ifdef USE_INLINING +#define INLINE inline +#else +#define INLINE +#endif #define snprintf _snprintf #define strcasecmp stricmp