From 66d992d883dd27a890ab3fc4e4de6659eaaaae1a Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Mon, 16 May 2011 14:54:22 +0200 Subject: Remove unused variables Declare float type conditionally to not declare them conditionally when they are not used. --- libtcc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libtcc.c') diff --git a/libtcc.c b/libtcc.c index 5dc7be9..f97336e 100644 --- a/libtcc.c +++ b/libtcc.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#define NEED_FLOAT_TYPES #include "tcc.h" /********************************************************/ -- cgit v1.3.1