m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/modules/mpeval.c,v


From: Eric Blake
Subject: Changes to m4/modules/mpeval.c,v
Date: Wed, 09 Aug 2006 21:33:28 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/08/09 21:33:24

Index: modules/mpeval.c
===================================================================
RCS file: /sources/m4/m4/modules/mpeval.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- modules/mpeval.c    16 Jun 2006 01:32:41 -0000      1.17
+++ modules/mpeval.c    9 Aug 2006 21:33:24 -0000       1.18
@@ -185,10 +185,7 @@
 mpq2mpz (m4 *context, mpz_t z, const number q, const char *noisily)
 {
   if (noisily && mpz_cmp_si (mpq_denref (q), (long) 1) != 0)
-    {
-      M4ERROR ((m4_get_warning_status_opt (context), 0,
-               _("Loss of precision in eval: %s"), noisily));
-    }
+    m4_error (context, 0, 0, _("loss of precision in eval: %s"), noisily);
 
   mpz_div (z, mpq_numref (q), mpq_denref (q));
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]