Last active
November 6, 2015 03:08
-
-
Save miguellopes/406b46bbf5f99c7b10e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- plt-372/src/mzscheme/src/bool.c 2007-04-10 17:59:38.000000000 +0000 | |
| +++ plt-372/src/mzscheme/src/bool.c 2015-11-06 03:06:03.514070804 +0000 | |
| @@ -124,6 +124,10 @@ | |
| return SAME_OBJ(obj1, obj2); | |
| } | |
| +#ifdef MZ_XFORM | |
| +START_XFORM_SKIP; | |
| +#endif | |
| + | |
| XFORM_NONGCING static MZ_INLINE int double_eqv(double a, double b) | |
| { | |
| # ifndef NAN_EQUALS_ANYTHING | |
| @@ -199,6 +203,10 @@ | |
| return 0; | |
| } | |
| +#ifdef MZ_XFORM | |
| +END_XFORM_SKIP; | |
| +#endif | |
| + | |
| static Scheme_Object *equal_k(void) | |
| { | |
| Scheme_Thread *p = scheme_current_thread; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment