Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 18:57:17 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326858 - head/stand/ficl
Message-ID:  <201712141857.vBEIvHei024803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 
 /*******************************************************************



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712141857.vBEIvHei024803>