[pure-lang-svn] SF.net SVN: pure-lang: [426] pure/trunk/runtime.cc
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-07-09 04:06:48
|
Revision: 426 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=426&view=rev Author: agraef Date: 2008-07-08 21:06:57 -0700 (Tue, 08 Jul 2008) Log Message: ----------- Fix Windows compilation quirks. Modified Paths: -------------- pure/trunk/runtime.cc Modified: pure/trunk/runtime.cc =================================================================== --- pure/trunk/runtime.cc 2008-07-08 20:38:51 UTC (rev 425) +++ pure/trunk/runtime.cc 2008-07-09 04:06:57 UTC (rev 426) @@ -1908,6 +1908,10 @@ return (y ^ (y >> 18)); } +#undef N +#undef M +#undef K + extern "C" pure_expr *bigint_neg(mpz_t x) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |