[PATCH] Fix includes of sparseset.*

Peter Bergner bergner@vnet.ibm.com
Wed Nov 28 22:01:00 GMT 2007


On Wed, 2007-11-28 at 13:27 -0500, Daniel Berlin wrote:
> If the conflict is in the name of the functions, really, we should
> just prefix the sparseset functions with sparseset_ or something to
> avoid namespace issues.

All of the types and functions do start with sparseset_.  The problem
looks like it's due to a symbol defined in system.h or something it
includes getting defined differently if we've included config.h or
not.

I'm no expert here, so I'm ok with any solution that allows sparseset.c
to compile and people think is correct.

Peter





More information about the Gcc-patches mailing list