ports/math/snns/files/patch-tools__sources__feedback-gennet.c
Marcelo Araujo b2b8aabaa8 - Fix build using CLANG.
- Add MAKE_JOBS_UNSAFE.

PR:		ports/175015
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-02-04 08:52:19 +00:00

11 lines
281 B
C

--- tools/sources/feedback-gennet.c.orig 2008-04-21 16:56:07.000000000 +0900
+++ tools/sources/feedback-gennet.c 2012-10-24 04:47:13.000000000 +0900
@@ -48,7 +48,7 @@
return 0.0;
}
-void main ()
+int main(int argc, char **argv)
{
int i,j;
int nin,nhid,nout,nconnections;