This is the mail archive of the gcc-help@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: Question about gcc-3.3.3 and __attribute__ usage


Tom Williams <tomdkat@comcast.net> writes:

> Any idea on what might be up?  I guess the pre-processor isn't
> replacing the __attribute_const__ like it should???

This is fairly unlikely.

I just took a look at linux/compiler.h in the linux 2.6.3
distribution.  That file only defines __attribute_const__ if
__KERNEL__ is defined.  You did not define the macro when compiling
your program.

Ian


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