summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2014-12-26 19:08:21 +0100
committerMarc Glisse <marc.glisse@inria.fr>2014-12-26 19:08:21 +0100
commita3f68dc69d78dd92484b209c5c5a84b447c54aeb (patch)
treee2215e2db067956eee92f58a355a5a722fe5d74b /gmp-impl.h
parent057643e73c5967eac4d655d78686257f5bed7738 (diff)
downloadgmp-a3f68dc69d78dd92484b209c5c5a84b447c54aeb.tar.gz
Make tmp_debug_entry_t::block of type void* so it compiles in C++.
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index 6cc47677c..1717a4a93 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -427,7 +427,7 @@ struct tmp_debug_t {
};
struct tmp_debug_entry_t {
struct tmp_debug_entry_t *next;
- char *block;
+ void *block;
size_t size;
};
__GMP_DECLSPEC void __gmp_tmp_debug_mark (const char *, int, struct tmp_debug_t **,