Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2015 20:28:31 GMT
From:      clord@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r288680 - soc2015/clord/head/sys/contrib/ficl/i386
Message-ID:  <201507222028.t6MKSV4l036890@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: clord
Date: Wed Jul 22 20:28:30 2015
New Revision: 288680
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=288680

Log:
  Take care of troublesome prototypes

Modified:
  soc2015/clord/head/sys/contrib/ficl/i386/sysdep.h

Modified: soc2015/clord/head/sys/contrib/ficl/i386/sysdep.h
==============================================================================
--- soc2015/clord/head/sys/contrib/ficl/i386/sysdep.h	Wed Jul 22 20:25:40 2015	(r288679)
+++ soc2015/clord/head/sys/contrib/ficl/i386/sysdep.h	Wed Jul 22 20:28:30 2015	(r288680)
@@ -402,8 +402,10 @@
 ** on a 32 bit CPU than in C, which usually doesn't support 
 ** the double length result (but it should).
 */
+#ifndef __SYSDEP_H__
 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
 UNSQR ficlLongDiv(DPUNS    q, FICL_UNS y);
+#endif
 
 
 /*



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