bikeshedding: move some misplaced comment

This commit is contained in:
Thomas Debesse 2017-08-30 13:51:04 +02:00
parent 413564daa3
commit 417032e526

View file

@ -158,6 +158,8 @@ void osxFreeMemory( void *pointer );
#ifdef __MACOS__ #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 MAC_STATIC static
#define CPUSTRING "MacOS-PPC" #define CPUSTRING "MacOS-PPC"
@ -186,8 +188,6 @@ void Sys_PumpEvents( void );
//======================= LINUX DEFINES ================================= //======================= LINUX DEFINES =================================
// the mac compiler can't handle >32k of locals, so we
// just waste space and make big arrays static...
#ifdef __linux__ #ifdef __linux__
#define MAC_STATIC #define MAC_STATIC