medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 6580d9917f1bc8fbdfbc2eda2c870569b583c8da
parent 6a5040032ca857a0f2e7945417cc1c678956b140
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Sep 14 02:05:22 +0100

Remove f32/f64 typedefs

Diffstat:
intrinsics.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/intrinsics.h b/intrinsics.h @@ -20,9 +20,6 @@ typedef uint64_t u64; typedef intptr_t sptr; typedef uintptr_t uptr; -typedef float f32; -typedef double f64; - #define S8_MAX s8( INT8_MAX ) #define S16_MAX s16( INT16_MAX ) #define S32_MAX s32( INT32_MAX )