diff dmd/root.h @ 1103:b30fe7e1dbb9

- Updated to DMD frontend 1.041. - Removed dmd/inifile.c , it's not under a free license, replaced with libconfig based config file.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 12 Mar 2009 20:37:27 +0100
parents 50383e476c7e
children eeb8b95ea92e
line wrap: on
line diff
--- a/dmd/root.h	Thu Mar 12 14:08:57 2009 +0100
+++ b/dmd/root.h	Thu Mar 12 20:37:27 2009 +0100
@@ -37,6 +37,7 @@
 #define TYPEDEFS
 
 #if _MSC_VER
+#include <float.h>  // for _isnan
 typedef __int64 longlong;
 typedef unsigned __int64 ulonglong;
 #else