From 4dc9956a12881d282bdc499b89d8619d8e7d08e2 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 24 Dec 2014 17:15:50 -0800 Subject: Remove some IN_IDE_PARSER uses --- OpenAL32/Include/alMain.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 9dcaa29b..3a79a91b 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -255,13 +255,6 @@ ALC_API void ALC_APIENTRY alcGetInteger64vSOFT(ALCdevice *device, ALCenum pname, #endif -#ifdef IN_IDE_PARSER -/* KDevelop's parser doesn't recognize the C99-standard restrict keyword, but - * recent versions (at least 4.5.1) do recognize GCC's __restrict. */ -#define restrict __restrict -#endif - - typedef ALint64SOFT ALint64; typedef ALuint64SOFT ALuint64; -- cgit v1.2.3