From 4a17650af74aa4b90c0c258d3aedff49ab2ac60b Mon Sep 17 00:00:00 2001 From: tma Date: Sun, 25 Sep 2005 22:04:51 +0000 Subject: * FreeBSD fixes/updates from Andreas Kohn git-svn-id: svn://svn.icculus.org/quake3/trunk@107 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/game/q_shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/game/q_shared.h') diff --git a/code/game/q_shared.h b/code/game/q_shared.h index 4b4fa31..c3a803c 100644 --- a/code/game/q_shared.h +++ b/code/game/q_shared.h @@ -476,7 +476,7 @@ void *Hunk_AllocDebug( int size, ha_pref preference, char *label, char *file, in void *Hunk_Alloc( int size, ha_pref preference ); #endif -#ifdef __linux__ +#if defined(__GNUC__) // https://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=371 // custom Snd_Memset implementation for glibc memset bug workaround void Snd_Memset (void* dest, const int val, const size_t count); -- cgit v1.2.3