|
From: <ras...@us...> - 2003-11-26 21:48:32
|
Update of /cvsroot/chasm-interop/chasm/src/farray/autogen In directory sc8-pr-cvs1:/tmp/cvs-serv7393 Modified Files: F90CopyDesc.c F90CopyDesc.c.xsl Log Message: Fixed warning messages occuring using Intel C. This also fixes a bug report by Tom. Index: F90CopyDesc.c =================================================================== RCS file: /cvsroot/chasm-interop/chasm/src/farray/autogen/F90CopyDesc.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** F90CopyDesc.c 2 Sep 2003 21:46:22 -0000 1.8 --- F90CopyDesc.c 26 Nov 2003 21:48:29 -0000 1.9 *************** *** 26,29 **** --- 26,30 ---- #include <CompilerCharacteristics.h> #include <F90CreateArray.h> + #include <stdlib.h> /*-----------------------------------------------------------------------*/ Index: F90CopyDesc.c.xsl =================================================================== RCS file: /cvsroot/chasm-interop/chasm/src/farray/autogen/F90CopyDesc.c.xsl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** F90CopyDesc.c.xsl 2 Sep 2003 21:46:22 -0000 1.8 --- F90CopyDesc.c.xsl 26 Nov 2003 21:48:29 -0000 1.9 *************** *** 149,152 **** --- 149,153 ---- #include <CompilerCharacteristics.h> #include <F90CreateArray.h> + #include <stdlib.h> </xsl:text> |