Date: Sun, 11 Apr 2010 21:22:03 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r206492 - head/lib/libc/softfloat Message-ID: <201004112122.o3BLM3s1014704@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marius Date: Sun Apr 11 21:22:02 2010 New Revision: 206492 URL: http://svn.freebsd.org/changeset/base/206492 Log: Add #endif missed in r206490. Modified: head/lib/libc/softfloat/softfloat-specialize Modified: head/lib/libc/softfloat/softfloat-specialize ============================================================================== --- head/lib/libc/softfloat/softfloat-specialize Sun Apr 11 20:21:34 2010 (r206491) +++ head/lib/libc/softfloat/softfloat-specialize Sun Apr 11 21:22:02 2010 (r206492) @@ -48,6 +48,7 @@ static int8 float_detect_tininess = float_tininess_before_rounding; #else int8 float_detect_tininess = float_tininess_after_rounding; +#endif /* -------------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004112122.o3BLM3s1014704>