Revert r326855: Cargo cut a fix for the regressions r326585 caused.

This was an experiment that landed in the wrong branch and was pushed
accidentally. It's best if it is ignored because the difference was
due to vers.o being different, not float.o... And it was confirmed to
not fix anything...

Pointy Hat to: imp
This commit is contained in:
Warner Losh 2017-12-14 18:57:17 +00:00
parent 86375a7ea9
commit 65b8a300df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326858

View file

@ -43,13 +43,13 @@
/* $FreeBSD$ */
#include "ficl.h"
#if FICL_WANT_FLOAT
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include "ficl.h"
#if FICL_WANT_FLOAT
#include <math.h>
/*******************************************************************