Fixes many, though not all 64bit-warnings. In lots of places, pointers are cast to ints to be then used as array subscripts. The only way to deal with this is to change them to long. Additionally, use calloc() to allocate the int_array in istr.c and drop the (wrong) macro patch to istr.h. Should make dtbuilder work on 32bit again. |
||
|---|---|---|
| .. | ||
| Imakefile | ||
| README.src | ||
| libABobjXm.msg | ||
| objxm.h | ||
| objxmP.h | ||
| objxm_args.c | ||
| objxm_config.c | ||
| objxm_configP.h | ||
| objxm_conn.c | ||
| objxm_create.c | ||
| objxm_inst.c | ||
| objxm_names.h | ||
| objxm_objects.c | ||
| objxm_strs.c | ||
| objxm_util.c | ||
| template.c | ||
| template.h | ||
README.src
XCOMM $XConsortium: README.src /main/3 1996/04/23 20:03:57 drk $
Library: libABobjXm
Description: Implements motif-specific functionality
for the libABobj object data structures
-------------------------------------------------------
-------------------------------------------------------
Module Prefix Description
------ ------ -----------------------
Object-Motif objxm_ provides mechanism to
manipulate the libABobj
data structures for
the Motif toolkit.