minor comments

This commit is contained in:
Josh Coalson
2005-01-27 03:57:35 +00:00
parent 0d3da77d72
commit c4cb493caf

View File

@@ -50,6 +50,10 @@
#ifndef FLAC__INTEGER_ONLY_LIBRARY
typedef double FLAC__double;
typedef float FLAC__float;
/*
* WATCHOUT: changing FLAC__real will change the signatures of many
* functions that have assembly language equivalents and break them.
*/
typedef float FLAC__real;
#else
/*