[mpich2-commits] r7811 - mpich2/trunk
jayesh at mcs.anl.gov
jayesh at mcs.anl.gov
Mon Jan 24 09:52:24 CST 2011
Author: jayesh
Date: 2011-01-24 09:52:23 -0600 (Mon, 24 Jan 2011)
New Revision: 7811
Modified:
mpich2/trunk/winconfigure.wsf
Log:
Handle unhandled defns - __typeof is available on Windows
Modified: mpich2/trunk/winconfigure.wsf
===================================================================
--- mpich2/trunk/winconfigure.wsf 2011-01-22 16:56:56 UTC (rev 7810)
+++ mpich2/trunk/winconfigure.wsf 2011-01-24 15:52:23 UTC (rev 7811)
@@ -2490,6 +2490,8 @@
fout.WriteLine("/* #undef HAVE__BOOL */")
Case "HAVE__COMPLEX"
fout.WriteLine("/* #undef HAVE__COMPLEX */")
+ Case "HAVE___TYPEOF"
+ fout.WriteLine("#define HAVE___TYPEOF 1")
Case "HAVE_FLOAT__COMPLEX"
fout.WriteLine("/* #undef HAVE_FLOAT__COMPLEX */")
Case "HAVE_DOUBLE__COMPLEX"
More information about the mpich2-commits
mailing list