From c4cb493cafe25758d93b80f336e1f8c688629a61 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 27 Jan 2005 03:57:35 +0000 Subject: [PATCH] minor comments --- src/libFLAC/include/private/float.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libFLAC/include/private/float.h b/src/libFLAC/include/private/float.h index 50bedd74..67a5f266 100644 --- a/src/libFLAC/include/private/float.h +++ b/src/libFLAC/include/private/float.h @@ -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 /*