]> granicus.if.org Git - nethack/commit
remove pointer to long conversions - part 3 of 3 (trunk only)
authornethack.allison <nethack.allison>
Sun, 9 Jul 2006 01:23:26 +0000 (01:23 +0000)
committernethack.allison <nethack.allison>
Sun, 9 Jul 2006 01:23:26 +0000 (01:23 +0000)
commit98a09101b1f30558c891ab06ccafdf55d32a0a7b
tree78925848b7e45130bd4dac8c2b8a6d7de4ffb59f
parentd611cd76c5fca843b132756a0c6668fe83bb488b
remove pointer to long conversions - part 3 of 3 (trunk only)

Remove some more code that forced pointers into a long int, and
vice versa where information could be lost (P64 platforms such as
WIN64 have a 64 bit pointer size, but a 32 bit long size.)

This 3rd part deals with region functions switching
some arguments from type genericptr_t to 'anything'.

Like the previous 2 parts, this needs to increment
 EDITLEVEL in patchlevel.h.
include/patchlevel.h
include/region.h
src/region.c