[Gmp-commit] /var/hg/gmp-6.2: (enum hex_random_op): Remove final ", ".

mercurial at gmplib.org mercurial at gmplib.org
Tue May 19 21:06:02 UTC 2020


details:   /var/hg/gmp-6.2/rev/f790381afbac
changeset: 18037:f790381afbac
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Tue May 19 23:05:54 2020 +0200
description:
(enum hex_random_op): Remove final ",".

diffstat:

 mini-gmp/tests/hex-random.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7be295455155 -r f790381afbac mini-gmp/tests/hex-random.h
--- a/mini-gmp/tests/hex-random.h	Mon May 18 23:43:16 2020 +0200
+++ b/mini-gmp/tests/hex-random.h	Tue May 19 23:05:54 2020 +0200
@@ -26,7 +26,7 @@
     OP_TDIV_Q_2,  OP_TDIV_R_2,
     OP_GCD, OP_LCM, OP_POWM, OP_AND, OP_IOR, OP_XOR,
     OP_SETBIT, OP_CLRBIT, OP_COMBIT,
-    OP_SCAN0, OP_SCAN1,
+    OP_SCAN0, OP_SCAN1
   };
 
 void hex_random_init (void);



More information about the gmp-commit mailing list