On Oct 5, 2012, at 10:54 AM, Jeremy Huddleston Sequoia wrote:
> Looks like you made a copy/paste-o for one of them:
> 
> -void result_free(result_t *r) __attribute__ ((weak, alias 
> ("csvdb_free_result")));
> -+void result_free(result_t *r);
> ++void result_free(result_t *r) __attribute__ ((deprecated));

Ooops, what's wrong with marking this one here also as deprecated? Was it 
already sufficient to do that in the 1st patch file? Should I have stayed with 
just removing the alias or should I modify it differently?

(At least it does build fine for me here, as well as for the buildbot.)
_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to