socsvn commit: r288680 - soc2015/clord/head/sys/contrib/ficl/i386
clord at FreeBSD.org
clord at FreeBSD.org
Wed Jul 22 20:28:31 UTC 2015
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
/*
More information about the svn-soc-all
mailing list