diff options
Diffstat (limited to 'code')
| -rw-r--r-- | code/unix/unix_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/code/unix/unix_main.c b/code/unix/unix_main.c index b673ca5..f347027 100644 --- a/code/unix/unix_main.c +++ b/code/unix/unix_main.c @@ -380,9 +380,9 @@ static void illegal_instruction(int sig)  static void Sys_DetectAltivec(void)  {    // Only detect if user hasn't forcibly disabled it. -  qboolean altivec = qfalse;    if (com_altivec->integer) {  #if idppc_altivec +    qboolean altivec = qfalse;      #ifdef MACOS_X      long feat = 0;      OSErr err = Gestalt(gestaltPowerPCProcessorFeatures, &feat); | 
