I am having problems defining an ACL4W cstruct equivalent to the
following C code:
struct ptmp_gl { Stack or Queue item, global point location
struct ptmp_gl *next;
struct s_vct3 s_point; };
The following produces an unrecognized c-type error on ptmp_gl.
(ct:defcstruct ptmp_gl ((next (ptmp_gl *)) (s_point s_vct3)))
Is there a workaround? Any suggestions would be appreciated.
------------------------------------------------------------------------
D. Scott Slocombe, Ph.D.
Associate Professor
Geography & Environmental Studies
Wilfrid Laurier University
Waterloo, ON
CANADA, N2L 3C5
tel (519) 884-1970 x2781
fax (519) 725-1342
------------------------------------------------------------------------