This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix includes of sparseset.*


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]