svn commit: r326858 - head/stand/ficl

Warner Losh imp at FreeBSD.org
Thu Dec 14 18:57:19 UTC 2017


Author: imp
Date: Thu Dec 14 18:57:17 2017
New Revision: 326858
URL: https://svnweb.freebsd.org/changeset/base/326858

Log:
  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

Modified:
  head/stand/ficl/float.c

Modified: head/stand/ficl/float.c
==============================================================================
--- head/stand/ficl/float.c	Thu Dec 14 17:00:24 2017	(r326857)
+++ head/stand/ficl/float.c	Thu Dec 14 18:57:17 2017	(r326858)
@@ -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>
 
 /*******************************************************************


More information about the svn-src-head mailing list