* config/dfp-bit.c (dfp_binary_func): Fix typedef.
authorJanis Johnson <janis@gcc.gnu.org>
Tue, 21 Nov 2006 20:28:27 +0000 (20:28 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 21 Nov 2006 20:28:27 +0000 (20:28 +0000)
From-SVN: r119067

gcc/ChangeLog
gcc/config/dfp-bit.c

index dc28ab2ef3bb4e061228f9b242110f34655e0a59..e55777a6af095aa0f04ac9df48a4a6341dec9685 100644 (file)
@@ -1,4 +1,8 @@
-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.
 
index c9374c51f0641a010f3428baaa9937b6baabda36..9cdf64596fa827ef6d788f20ff46534c4ab28c5b 100644 (file)
@@ -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);
 \f