summaryrefslogtreecommitdiff
path: root/mpn/asm-defs.m4
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-03-18 20:29:02 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-03-18 20:29:02 +0100
commit86dc166891d51de76877c03fdbe4da202ab78ed7 (patch)
tree56f3d0291edfe3f22cb6d9961202439a760fe932 /mpn/asm-defs.m4
parente4f9b58a79c28f14315e7732ef0abdd2d556c31b (diff)
downloadgmp-86dc166891d51de76877c03fdbe4da202ab78ed7.tar.gz
(m4append): Move definition.
Diffstat (limited to 'mpn/asm-defs.m4')
-rw-r--r--mpn/asm-defs.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/mpn/asm-defs.m4 b/mpn/asm-defs.m4
index c5019534c..58466443a 100644
--- a/mpn/asm-defs.m4
+++ b/mpn/asm-defs.m4
@@ -1740,4 +1740,11 @@ m4_assert_defined(`GMP_NUMB_BITS')
`m4_hex_lowmask(GMP_NUMB_BITS)')
+dnl Usage: m4append(`variable',`value-to-append')
+
+define(`m4append',
+`define(`$1', defn(`$1')`$2')
+'
+)
+
divert`'dnl