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]

egcs include/ChangeLog include/ansidecl.h gcc/ ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	zack@gcc.gnu.org	2001-08-18 13:46:45

Modified files:
	include        : ChangeLog ansidecl.h 
	gcc            : ChangeLog cpperror.c 

Log message:
	include:
	* ansidecl.h: Reorganize for readability, remove documentation
	of obsolete macros, document PARAMS and VPARAMS.  Add new
	macros VA_OPEN, VA_CLOSE, and VA_FIXEDARG for nicer variadic
	function implementation.
	
	gcc:
	* cpperror.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/include/ChangeLog.diff?cvsroot=gcc&r1=1.86&r2=1.87
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/include/ansidecl.h.diff?cvsroot=gcc&r1=1.10&r2=1.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.11071&r2=1.11072
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cpperror.c.diff?cvsroot=gcc&r1=1.52&r2=1.53


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