From: GitHub <no...@gi...> - 2013-04-18 13:29:00
|
Branch: refs/heads/master Home: https://github.com/MLton/mlton Commit: a658a1f4a76a01f568116598800f49b80cf8ee1a https://github.com/MLton/mlton/commit/a658a1f4a76a01f568116598800f49b80cf8ee1a Author: David Larsen <dc...@cs...> Date: 2013-04-17 (Wed, 17 Apr 2013) Changed paths: M runtime/gc/int-inf.c Log Message: ----------- Replace '__gmp_const' with 'const' The __gmp_const macro was added to GMP as a workaround for C compilers which didn't support the const keyword. GMP 5.1 removed support for pre-ANSI C compilers, so the __gmp_const workaround was removed at the same time. This change replaces all uses of '__gmp_const' with uses of the 'const' keword directly, since MLton already expects C99 support from the system C compiler. This should fix the build errors for systems using GMP >= 5.1. Commit: 7c9c9d353b7648d2ed9bcb223446c9b0e5324106 https://github.com/MLton/mlton/commit/7c9c9d353b7648d2ed9bcb223446c9b0e5324106 Author: Matthew Fluet <mat...@gm...> Date: 2013-04-18 (Thu, 18 Apr 2013) Changed paths: M runtime/gc/int-inf.c Log Message: ----------- Merge pull request #4 from caltry/remove-__gmp_const Replace '__gmp_const' with 'const'. Fixes #3. Compare: https://github.com/MLton/mlton/compare/9939d52749be...7c9c9d353b76 ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ MLton-commit mailing list MLt...@li...; mlt...@ml... https://lists.sourceforge.net/lists/listinfo/mlton-commit |