From d1648c3ef1469d381b8c1259ba8291617a3a37f8 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Mon, 12 Jan 2004 23:33:13 +0100
Subject: [PATCH] Documented Gmp.bignum

Rev: src/modules/Gmp/mpz_glue.c:1.157
---
 src/modules/Gmp/mpz_glue.c | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/modules/Gmp/mpz_glue.c b/src/modules/Gmp/mpz_glue.c
index 45ab8d4504..808a6d77e3 100644
--- a/src/modules/Gmp/mpz_glue.c
+++ b/src/modules/Gmp/mpz_glue.c
@@ -2,11 +2,11 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: mpz_glue.c,v 1.156 2003/11/15 17:25:05 mast Exp $
+|| $Id: mpz_glue.c,v 1.157 2004/01/12 22:33:13 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: mpz_glue.c,v 1.156 2003/11/15 17:25:05 mast Exp $");
+RCSID("$Id: mpz_glue.c,v 1.157 2004/01/12 22:33:13 nilsson Exp $");
 #include "gmp_machine.h"
 #include "module.h"
 
@@ -240,6 +240,13 @@ overflow:
 /*! @module Gmp
  */
 
+/*! @class bignum
+ *! This program is used by the internal auto-bignum conversion. It
+ *! can be used to explicitly type integers that are to big to be
+ *! INT_TYPE. Best is however to not use this program unless you
+ *! really know what you are doing.
+ */
+
 /*! @class mpz
  *! Gmp.mpz implements very large integers. In fact,
  *! the only limitation on these integers is the available memory.
-- 
GitLab