aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/decimal64.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2006-08-21 12:34:25 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2006-08-21 12:34:25 +0000
commitc5d434177058f2357999cdd060d5fe84c0a8cc64 (patch)
treeb3ab443a3ba7e3fc40c4a76b6c945dc5a87e1060 /libdecnumber/decimal64.h
parent08a557f68225a22e690482ab7c1671231d96b2ac (diff)
downloadgcc-c5d434177058f2357999cdd060d5fe84c0a8cc64.zip
gcc-c5d434177058f2357999cdd060d5fe84c0a8cc64.tar.gz
gcc-c5d434177058f2357999cdd060d5fe84c0a8cc64.tar.bz2
decContext.c (decContextSetStatusFromString): Constify.
* decContext.c (decContextSetStatusFromString): Constify. * decContext.h (decContextSetStatusFromString): Likewise. * decNumber.c (decNumberFromString): Likewise. * decNumber.h (decNumberFromString): Likewise. * decimal128.c (decimal128FromString): Likewise. * decimal128.h (decimal128FromString): Likewise. * decimal32.c (decimal32FromString): Likewise. * decimal32.h (decimal32FromString): Likewise. * decimal64.c (decimal64FromString): Likewise. * decimal64.h (decimal64FromString): Likewise. From-SVN: r116296
Diffstat (limited to 'libdecnumber/decimal64.h')
-rw-r--r--libdecnumber/decimal64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdecnumber/decimal64.h b/libdecnumber/decimal64.h
index 55bb9494..7416f54 100644
--- a/libdecnumber/decimal64.h
+++ b/libdecnumber/decimal64.h
@@ -96,7 +96,7 @@ typedef struct
#endif
/* String conversions */
-decimal64 *decimal64FromString (decimal64 *, char *, decContext *);
+decimal64 *decimal64FromString (decimal64 *, const char *, decContext *);
char *decimal64ToString (decimal64 *, char *);
char *decimal64ToEngString (decimal64 *, char *);