summaryrefslogtreecommitdiff
path: root/tune/mod_1_div.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-08-02 02:42:33 +0200
committerKevin Ryde <user42@zip.com.au>2003-08-02 02:42:33 +0200
commite450feb11bb413d53ba7553da10cd957dd1bfe53 (patch)
tree1736ea85f992ac53135598ade46869dccf35840c /tune/mod_1_div.c
parent0f8835161870535f5fe7c9cda25134acab09d1b8 (diff)
downloadgmp-e450feb11bb413d53ba7553da10cd957dd1bfe53.tar.gz
* tune/divrem1div.c, tune/divrem1inv.c, tune/mod_1_div.c,
tune/mod_1_inv.c: Define OPERATION_divrem_1 and OPERATION_mod_1, to tell fat.h what's being done.
Diffstat (limited to 'tune/mod_1_div.c')
-rw-r--r--tune/mod_1_div.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tune/mod_1_div.c b/tune/mod_1_div.c
index 3eadf296e..1def8eea8 100644
--- a/tune/mod_1_div.c
+++ b/tune/mod_1_div.c
@@ -1,7 +1,6 @@
-/* mpn/generic/mod_1.c forced to use plain udiv_qrnnd. */
+/* mpn/generic/mod_1.c forced to use plain udiv_qrnnd.
-/*
-Copyright 2000 Free Software Foundation, Inc.
+Copyright 2000, 2003 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -18,8 +17,9 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
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.
-*/
+MA 02111-1307, USA. */
+
+#define OPERATION_mod_1
#include "gmp.h"
#include "gmp-impl.h"