Remove unnecessary uses of IN_IDE_PARSER
This commit is contained in:
parent
7d5a288e83
commit
e876b50113
@ -23,7 +23,7 @@ FILE *al_fopen(const char *fname, const char *mode);
|
|||||||
|
|
||||||
#define al_fopen fopen
|
#define al_fopen fopen
|
||||||
|
|
||||||
#if defined(HAVE_DLFCN_H) && !defined(IN_IDE_PARSER)
|
#if defined(HAVE_DLFCN_H)
|
||||||
#define HAVE_DYNLOAD 1
|
#define HAVE_DYNLOAD 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -6,10 +6,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef alignas
|
#ifndef alignas
|
||||||
#if defined(IN_IDE_PARSER)
|
#if defined(HAVE_C11_ALIGNAS)
|
||||||
/* KDevelop has problems with our align macro, so just use nothing for parsing. */
|
|
||||||
#define alignas(x)
|
|
||||||
#elif defined(HAVE_C11_ALIGNAS)
|
|
||||||
#define alignas _Alignas
|
#define alignas _Alignas
|
||||||
#else
|
#else
|
||||||
/* NOTE: Our custom ALIGN macro can't take a type name like alignas can. For
|
/* NOTE: Our custom ALIGN macro can't take a type name like alignas can. For
|
||||||
|
Loading…
Reference in New Issue
Block a user