Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 06/01/2001 16:31:47
Module Name:	gnusrc
Committed By:	tv
Date:		Fri Jun  1 13:31:47 UTC 2001

Modified Files:
	gnusrc/gnu/dist/toolchain/gcc/config/i386: i386.h

Log Message:
Add (const char **) cast to some struct initializers to make the type-correct
(fixes warning in toplev.c).  As far as the appropriate code is concerned in
toplev.c, these values are const; they're initialized exactly once beforehand.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 gnusrc/gnu/dist/toolchain/gcc/config/i386/i386.h

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