GRIM: fix compilation on ppc os x

This commit is contained in:
Pawel Kolodziejski 2011-06-03 21:01:09 +02:00
parent 34ba001bdd
commit cb56240d8c

2
configure vendored
View File

@ -3125,7 +3125,7 @@ typedef signed $type_4_byte int32;
// Residual 64bit stuff
$_def_64bit_type_signed
#if defined(__APPLE__) && !defined(__ppc)
#if defined(__APPLE__) && !defined(__ppc__)
#ifndef _UINT64
#define _UINT64
$_def_64bit_type_unsigned