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/gcc/f ChangeLog com.c com.h fini.c g77spe ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	ghazi@sourceware.cygnus.com	99/11/28 18:50:04

Modified files:
	gcc/f          : ChangeLog com.c com.h fini.c g77spec.c intrin.c 

Log message:
	* com.c (ffecom_file_, ffecom_file, file_buf,
	ffecom_open_include_): Constify a char*.
	(ffecom_possible_partial_overlap_): Mark parameter `expr2' with
	ATTRIBUTE_UNUSED.
	(ffecom_init_0): Use a fully prototyped cast in call to bsearch.
	(lang_print_error_function): ANSI-fy.
	
	* com.h (ffecom_file): Constify a char*.
	
	* fini.c (main): Call return, not exit.
	
	* g77spec.c (lang_specific_driver): Use non-const *in_argv in
	assignment.
	
	* intrin.c (ffeintrin_cmp_name_): Don't needlessly cast away
	const-ness.


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