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

r175794 - in /branches/melt-branch/gcc: ChangeL...


Author: bstarynk
Date: Mon Jul  4 05:22:08 2011
New Revision: 175794

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175794
Log:

2011-07-04  Pierre Vittet  <piervit@pvittet.com>

	* melt-runtime.c: Include c-pragma.h.
	[__GNUC__>4.6] (melt_handle_melt_pragma, handle_melt_pragma,
	melt_pragma_callback): Add functions for full pragma handling.
	[__GNUC__<=4.6] (melt_handle_melt_pragma, handle_melt_pragma,
	melt_pragma_callback): Add functions for limited pragma handling.
	(melt_really_initialize): Register a callback for pragma.
	* Makefile.in (CFAMILYINC): We need c-family header in include headers.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/Makefile.in
    branches/melt-branch/gcc/melt-runtime.c


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