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:
parent
700b6f8e23
commit
a4b9cb3abd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user