Nick Alcock 8c419a91d7 libctf: fixes for systems on which sizeof (void *) > sizeof (long)
Systems like mingw64 have pointers that can only be represented by 'long
long'.  Consistently cast integers stored in pointers through uintptr_t
to cater for this.

libctf/
	* ctf-create.c (ctf_dtd_insert): Add uintptr_t casts.
	(ctf_dtd_delete): Likewise.
	(ctf_dtd_lookup): Likewise.
	(ctf_rollback): Likewise.
	* ctf-hash.c (ctf_hash_lookup_type): Likewise.
	* ctf-types.c (ctf_lookup_by_rawhash): Likewise.
2020-07-22 18:05:32 +01:00
..
2020-07-22 18:02:19 +01:00
2020-07-22 18:02:19 +01:00
2020-07-22 18:02:19 +01:00
2020-07-22 18:02:19 +01:00
2020-07-22 18:02:19 +01:00
2020-07-22 18:02:18 +01:00
2020-07-22 18:05:32 +01:00
2020-07-22 18:02:19 +01:00
2020-07-22 18:02:19 +01:00
2020-07-22 18:02:19 +01:00