mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 12:01:10 +00:00
bikeshedding: move some misplaced comment
This commit is contained in:
parent
413564daa3
commit
417032e526
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue