Mercurial > sdl-ios-xcode
comparison src/timer/macos/FastTimes.c @ 1659:14717b52abc0 SDL-1.3
Merge trunk-1.3-3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 17 May 2006 08:18:28 +0000 |
parents | f12379c41042 |
children | 782fd950bd46 c121d94672cb |
comparison
equal
deleted
inserted
replaced
1658:e49147870aac | 1659:14717b52abc0 |
---|---|
16 #include <CodeFragments.h> | 16 #include <CodeFragments.h> |
17 #include <DriverServices.h> | 17 #include <DriverServices.h> |
18 #include <Timer.h> | 18 #include <Timer.h> |
19 | 19 |
20 #include "FastTimes.h" | 20 #include "FastTimes.h" |
21 | |
22 #ifdef TARGET_CPU_PPC | |
23 #undef GENERATINGPOWERPC /* stop whining */ | |
24 #define GENERATINGPOWERPC TARGET_CPU_PPC | |
25 #endif | |
21 | 26 |
22 /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */ | 27 /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */ |
23 /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */ | 28 /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */ |
24 /* | 29 /* |
25 On 680x0 machines, we just use Microseconds(). | 30 On 680x0 machines, we just use Microseconds(). |