develooper Front page | perl.cvs.parrot | Postings from January 2009

[svn:parrot] r36071 - trunk/src

From:
particle
Date:
January 27, 2009 15:03
Subject:
[svn:parrot] r36071 - trunk/src
Message ID:
20090127230242.B22A6CB9AE@x12.develooper.com
Author: particle
Date: Tue Jan 27 15:02:42 2009
New Revision: 36071

Modified:
   trunk/src/spf_render.c

Log:
[core] remove commented out code, thanks for noticing nick!

Modified: trunk/src/spf_render.c
==============================================================================
--- trunk/src/spf_render.c	(original)
+++ trunk/src/spf_render.c	Tue Jan 27 15:02:42 2009
@@ -748,11 +748,6 @@
                             else if (thefloat == PARROT_FLOATVAL_INF_NEGATIVE) {
                                 ts = cstr2pstr(PARROT_CSTRING_INF_NEGATIVE);
                             }
-                            /* XXX for some reason, this comparison isn't working
-                            else if (thefloat == PARROT_FLOATVAL_NAN_QUIET) {
-                                ts = cstr2pstr(PARROT_CSTRING_NAN_QUIET);
-                            }
-                            */
                             else if (thefloat != thefloat) {
                                 ts = cstr2pstr(PARROT_CSTRING_NAN_QUIET);
                             }



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About