summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-09-11 00:26:58 +0200
committerKevin Ryde <user42@zip.com.au>2001-09-11 00:26:58 +0200
commit0c0b0fb389a516886868c8efebf91904b3322564 (patch)
treeb21d70a4c7e21ede7f28f9cbdc0ac5ddafcff6d4 /gmp-h.in
parente1d277141111bc88dfeb0d6bf73b24052994f926 (diff)
downloadgmp-0c0b0fb389a516886868c8efebf91904b3322564.tar.gz
* gmp-h.in, version.c (gmp_version): Make the pointer "const" as well
as the string.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 5259eef2c..30c55a8b7 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -1992,7 +1992,7 @@ enum
#define __GNU_MP_VERSION_PATCHLEVEL 0
#define gmp_version __gmp_version
-extern __gmp_const char * __GMP_DECLSPEC gmp_version;
+extern __gmp_const char * __gmp_const __GMP_DECLSPEC gmp_version;
#define __GMP_H__
#endif /* __GMP_H__ */