diff options
| author | Thomas Preud'homme <robotux@armelhome.rsr.lip6.fr> | 2011-05-16 14:54:22 +0200 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@armelhome.rsr.lip6.fr> | 2011-05-16 15:21:25 +0200 |
| commit | 66d992d883dd27a890ab3fc4e4de6659eaaaae1a (patch) | |
| tree | 24906b97d1ffabbe1f0b25da56b5dd8db679a3c6 /libtcc.c | |
| parent | ee06ef9dd394f26b11fef078f07c635a02fd95d6 (diff) | |
| download | tinycc-66d992d883dd27a890ab3fc4e4de6659eaaaae1a.tar.gz tinycc-66d992d883dd27a890ab3fc4e4de6659eaaaae1a.tar.bz2 | |
Remove unused variables
Declare float type conditionally to not declare them conditionally when
they are not used.
Diffstat (limited to 'libtcc.c')
| -rw-r--r-- | libtcc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#define NEED_FLOAT_TYPES #include "tcc.h" /********************************************************/ |
