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]

missing GC header in c-pragma.c


Bootstrap fails on current cvs due to missing GC header.

	* c-pragma.c: Use ggc.h.

*** gcc/c-pragma.c.orig	Sun Sep 19 02:26:25 1999
--- gcc/c-pragma.c	Sun Sep 19 02:44:09 1999
*************** Boston, MA 02111-1307, USA.  */
*** 27,32 ****
--- 27,33 ----
  #include "c-pragma.h"
  #include "flags.h"
  #include "toplev.h"
+ #include "ggc.h"
  
  #ifdef HANDLE_GENERIC_PRAGMAS
  

-- 
----------------------------------------------------------------------
Paul Burchard   <burchard@pobox.com>   http://www.pobox.com/~burchard/
----------------------------------------------------------------------


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