Include ficl.h before anything else and avoid including anything at

all if we're not building float.

Sponsored by: Netflix
This commit is contained in:
imp 2017-12-05 21:37:41 +00:00
parent 6bc680b3ff
commit 38c6682547

View File

@ -43,14 +43,14 @@
/* $FreeBSD$ */
#include "ficl.h"
#if FICL_WANT_FLOAT
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include "ficl.h"
#if FICL_WANT_FLOAT
/*******************************************************************
** Do float addition r1 + r2.