On Mar 30, 2012, at 1:24 AM, Jonathan Duke Leto wrote: > The error looks suspect to me. Can anybody else reproduce?
I believe what you want to do is: - e = (handle_entry *) malloc(sizeof(struct handle_entry)); + e = (struct handle_entry *) malloc(sizeof(struct handle_entry)); -- Andy Lester => [email protected] => www.petdance.com => AIM:petdance
_______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
