From 7e40e6dad971802df39ee7a803bfc1bd6e4f0aa7 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 16 May 2001 19:28:54 +0000 Subject: [PATCH] use float instead of double for basic FP type --- include/FLAC/ordinals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FLAC/ordinals.h b/include/FLAC/ordinals.h index 1fe1c8de..b76f8b7b 100644 --- a/include/FLAC/ordinals.h +++ b/include/FLAC/ordinals.h @@ -78,6 +78,6 @@ typedef long long int int64; typedef unsigned long long uint64; #endif typedef uint8 byte; -typedef double real; +typedef float real; #endif