From: <ped...@us...> - 2006-10-31 22:08:14
|
Revision: 764 http://svn.sourceforge.net/cegcc/?rev=764&view=rev Author: pedroalves Date: 2006-10-31 14:08:05 -0800 (Tue, 31 Oct 2006) Log Message: ----------- Minor cleanup. Modified Paths: -------------- trunk/cegcc/src/gcc/gcc/config/arm/arm-protos.h Modified: trunk/cegcc/src/gcc/gcc/config/arm/arm-protos.h =================================================================== --- trunk/cegcc/src/gcc/gcc/config/arm/arm-protos.h 2006-10-31 15:26:46 UTC (rev 763) +++ trunk/cegcc/src/gcc/gcc/config/arm/arm-protos.h 2006-10-31 22:08:05 UTC (rev 764) @@ -40,7 +40,7 @@ unsigned int); extern unsigned int arm_dbx_register_number (unsigned int); extern void arm_output_fn_unwind (FILE *, bool); -extern void arm_file_end (void);; +extern void arm_file_end (void); #ifdef TREE_CODE extern int arm_return_in_memory (tree); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |