projects
/
platform
/
upstream
/
flac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5157f7c
)
use float instead of double for basic FP type
author
Josh Coalson
<jcoalson@users.sourceforce.net>
Wed, 16 May 2001 19:28:54 +0000
(19:28 +0000)
committer
Josh Coalson
<jcoalson@users.sourceforce.net>
Wed, 16 May 2001 19:28:54 +0000
(19:28 +0000)
include/FLAC/ordinals.h
patch
|
blob
|
history
diff --git
a/include/FLAC/ordinals.h
b/include/FLAC/ordinals.h
index 1fe1c8de7ab429965fa53416add9000ef8b5a6ac..b76f8b7b3be6f258ed57b097691bde99c4fe6ecb 100644
(file)
--- 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