On Wed, 8 Aug 2012 14:19:32 -0600 Jerry James <[email protected]> wrote:
> +extern void GC_push_all(char *bottom, char *top); > +extern void GC_push_conditional(char *bottom, char *top, int all); > +extern void GC_set_mark_bit(const void *p); It appears that these are part of boehm-gc and that the prototypes are already available via private/gc_priv.h (although those being in private might indicate that they're not for third party use)? It's rarely a good idea to define local prototypes for functions provided by a third party library, though... Juan (the ECL maintainer) is gone on vacation, but should probably review your various patches and integrate them as necessary when he's back. Thanks for submitting these. -- Matt ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ecls-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ecls-list
