This is the mail archive of the gcc@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]

Re: #pragma implementation


>>>>> Carlo Wood <carlo@runaway.xs4all.nl> writes:

> With egcs I get the following warning:
> gcc -g -Wall -pedantic -m486 -pipe -DGODMODE -I../include -c ircd.c -o ircd.o
> ircd.c:22: warning: ignoring pragma: implementation

> From the egcs code I find that this means egcs doesn't understand
> "#pragma implementation" anymore.

The C frontend never understood it.  It's a C++ thing.

Jason


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