Subject: CVS commit: src/gnu/dist/toolchain/gcc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/14/2003 23:24:46
Module Name:	src
Committed By:	thorpej
Date:		Fri Mar 14 21:24:45 UTC 2003

Modified Files:
	src/gnu/dist/toolchain/gcc: c-common.c c-decl.c c-tree.h
	src/gnu/dist/toolchain/gcc/cp: decl.c

Log Message:
Add support for the %j format length modifier (intmax_t).  We have to
add intmax_type_node and uintmax_type_node globals to support this.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/gnu/dist/toolchain/gcc/c-common.c
cvs rdiff -r1.5 -r1.6 src/gnu/dist/toolchain/gcc/c-decl.c
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/toolchain/gcc/c-tree.h
cvs rdiff -r1.1.1.2 -r1.2 src/gnu/dist/toolchain/gcc/cp/decl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.