[Vm-dev] [commit] r2412 - Merging support files from cogvm branch.

commits at squeakvm.org commits at squeakvm.org
Thu Jun 9 08:26:25 UTC 2011


Author: andreas
Date: 2011-06-09 01:26:25 -0700 (Thu, 09 Jun 2011)
New Revision: 2412

Modified:
   trunk/platforms/Cross/plugins/FloatMathPlugin/FloatMathPlugin.h
Log:
Merging support files from cogvm branch.

Modified: trunk/platforms/Cross/plugins/FloatMathPlugin/FloatMathPlugin.h
===================================================================
--- trunk/platforms/Cross/plugins/FloatMathPlugin/FloatMathPlugin.h	2011-06-09 08:25:48 UTC (rev 2411)
+++ trunk/platforms/Cross/plugins/FloatMathPlugin/FloatMathPlugin.h	2011-06-09 08:26:25 UTC (rev 2412)
@@ -1,7 +1,7 @@
 /* we only declare those functions from fdlibm that we actually use
    and avoid including fdlibm.h alltogether as it conflicts with math.h */
 
-/* #define NO_ISNAN */
+/* #define NO_ISNAN -- do NOT define this by default but in command line*/
 
 #ifndef NO_ISNAN
 /* by default we use fdlibm's isnan() */



More information about the Vm-dev mailing list