From 417032e526aa1f5317b2fa747a9b2d6956c671ae Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Wed, 30 Aug 2017 13:51:04 +0200 Subject: [PATCH] bikeshedding: move some misplaced comment --- libs/splines/q_shared.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/splines/q_shared.h b/libs/splines/q_shared.h index e816767d..8a429cfe 100644 --- a/libs/splines/q_shared.h +++ b/libs/splines/q_shared.h @@ -158,6 +158,8 @@ void osxFreeMemory( void *pointer ); #ifdef __MACOS__ +// the mac compiler can't handle >32k of locals, so we +// just waste space and make big arrays static... #define MAC_STATIC static #define CPUSTRING "MacOS-PPC" @@ -186,8 +188,6 @@ void Sys_PumpEvents( void ); //======================= LINUX DEFINES ================================= -// the mac compiler can't handle >32k of locals, so we -// just waste space and make big arrays static... #ifdef __linux__ #define MAC_STATIC