This is the mail archive of the egcs-cvs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

egcs/gcc ChangeLog Makefile.in cppexp.c cppfil ...



CVSROOT:	/egcs/carton/cvsfiles
Module name:	egcs
Changes by:	ghazi@egcs.cygnus.com	99/02/25 20:40:23

Modified files:
	gcc            : ChangeLog Makefile.in cppexp.c cppfiles.c 
	                 cpplib.c cpplib.h 

Log message:
	* Makefile.in (cppmain.o, cpplib.o, cpphash.o, cppalloc.o,
	cpperror.o, cppexp.o, cppfiles.o, cppinit.o, fix-header.o,
	scan-decls.o): Don't depend on machmode.h.
	
	* cppexp.c: Don't define CHAR_BIT or HOST_BITS_PER_WIDE_INT anymore.
	Replace all instances of HOST_WIDE_INT with HOST_WIDEST_INT.
	
	* cppfiles.c: Likewise.
	
	* cpplib.c: Likewise.
	
	* cpplib.h: Likewise.  Also don't include machmode.h anymore.