提交 98dbbcba 编写于 作者: R Rasmus Villemoes 提交者: David Howells

MPILIB: Fix obvious but harmless typo

The macro MPN_COPY_INCR this occurs in isn't used anywhere.
Signed-off-by: NRasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: NDavid Howells <dhowells@redhat.com>
上级 7fe21291
...@@ -84,7 +84,7 @@ static inline int RESIZE_IF_NEEDED(MPI a, unsigned b) ...@@ -84,7 +84,7 @@ static inline int RESIZE_IF_NEEDED(MPI a, unsigned b)
do { \ do { \
mpi_size_t _i; \ mpi_size_t _i; \
for (_i = 0; _i < (n); _i++) \ for (_i = 0; _i < (n); _i++) \
(d)[_i] = (d)[_i]; \ (d)[_i] = (s)[_i]; \
} while (0) } while (0)
#define MPN_COPY_DECR(d, s, n) \ #define MPN_COPY_DECR(d, s, n) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册