summaryrefslogtreecommitdiff
path: root/mpf/sqrt_ui.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1996-05-08 09:42:34 +0200
committertege <tege@gmplib.org>1996-05-08 09:42:34 +0200
commit1b3800a70cb14a22a458594f31c896f7b7a42f93 (patch)
tree0ebf847260f4765d5411fded355fe7673fc0f571 /mpf/sqrt_ui.c
parent3dacca0bd7a2b73ff2d074ce18cdd3a78336ddf4 (diff)
downloadgmp-1b3800a70cb14a22a458594f31c896f7b7a42f93.tar.gz
Changes from tiny.
Diffstat (limited to 'mpf/sqrt_ui.c')
-rw-r--r--mpf/sqrt_ui.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mpf/sqrt_ui.c b/mpf/sqrt_ui.c
index 987ef0776..421aa0219 100644
--- a/mpf/sqrt_ui.c
+++ b/mpf/sqrt_ui.c
@@ -19,10 +19,6 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-/* This code is just correct if "unsigned char" has at least 8 bits. It
- doesn't help to use CHAR_BIT from limits.h, as the real problem is
- the static arrays. */
-
#include "gmp.h"
#include "gmp-impl.h"