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]

Re: PATCH: Darwin pragmas


Richard Henderson wrote:
> 
> On Mon, Jun 25, 2001 at 07:45:02PM -0700, Stan Shebs wrote:
> > + static int (*c_lex_func) (tree *);
> 
> See c_target_objs and cxx_target_objs in config.gcc.  Move
> all pragma handling to a new file and call c_lex directly.

Aha, I was misled by the c4x.h code, which is even mentioned as
the example to follow in tm.texi, although for a different purpose!

Stan


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