Commit 0e07f200 by Janis Johnson

* config/dfp-bit.c (dfp_binary_func): Fix typedef.

From-SVN: r119067
parent 55a3debe
2006-11-21 Douglas Gregor <doug.gregor@gmail.com>
2006-11-21 Janis Johnson <janis187@us.ibm.com>
* config/dfp-bit.c (dfp_binary_func): Fix typedef.
2006-11-21 Douglas Gregor <doug.gregor@gmail.com>
* c-common.h (enum rid): Add RID_STATIC_ASSERT.
......
......@@ -64,7 +64,7 @@ typedef decNumber* (*dfp_unary_func)
/* A pointer to a binary decNumber operation. */
typedef decNumber* (*dfp_binary_func)
(decNumber *, decNumber *, decNumber *, decContext *);
(decNumber *, const decNumber *, const decNumber *, decContext *);
extern unsigned long __dec_byte_swap (unsigned long);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment