Skip to content

Commit 5d35b40

Browse files
author
andreas
committed
Merging support files from cogvm branch.
git-svn-id: http://squeakvm.org/svn/squeak/trunk/platforms/Cross/plugins@2412 fa1542d4-bde8-0310-ad64-8ed1123d492a
1 parent d5ad367 commit 5d35b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FloatMathPlugin/FloatMathPlugin.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* we only declare those functions from fdlibm that we actually use
22
and avoid including fdlibm.h alltogether as it conflicts with math.h */
33

4-
/* #define NO_ISNAN */
4+
/* #define NO_ISNAN -- do NOT define this by default but in command line*/
55

66
#ifndef NO_ISNAN
77
/* by default we use fdlibm's isnan() */

0 commit comments

Comments
 (0)