~ chicken-core (chicken-5) 56d30e3be095b6abe1bddcfe10505fa726a43bb5
commit 56d30e3be095b6abe1bddcfe10505fa726a43bb5
Author: Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Sun Mar 17 12:24:07 2013 +0100
Commit: Peter Bex <peter.bex@xs4all.nl>
CommitDate: Sun Mar 17 12:24:07 2013 +0100
Remove mention of GNU MP in the manual, since that's no longer required for bignums
diff --git a/manual/Deviations from the standard b/manual/Deviations from the standard
index 19150aea..cd463164 100644
--- a/manual/Deviations from the standard
+++ b/manual/Deviations from the standard
@@ -108,7 +108,7 @@ the standard procedure {{number?}}. The procedures {{make-rectangular}}
and {{make-polar}} are not implemented. Fixnums are limited to
2^<nowiki><sup>30</sup></nowiki> (or 2^<nowiki><sup>62</sup></nowiki>
on 64-bit hardware). Support for the full numeric tower is available
-as a separate package, provided the GNU multiprecision library is installed.
+as a separate package.
=== {{transcript-on}} and {{transcript-off}} are not implemented
Trap