darwin.h (RS6000_OUTPUT_BASENAME): Remove semi-colon at the end of the expression.

* config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
	Remove semi-colon at the end of the expression.

From-SVN: r67459
This commit is contained in:
Andrew Pinski 2003-06-04 19:01:54 +00:00 committed by Jakub Jelinek
parent ad929cd5ab
commit 9dce39a4e3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-06-04 Andrew Pinski <pinskia@physics.uc.edu>
* config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
Remove semi-colon at the end of the expression.
2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* i370.c (mvs_function_name_length): Fix signed/unsigned warnings.

View File

@ -142,7 +142,7 @@ do { \
#undef RS6000_OUTPUT_BASENAME
#define RS6000_OUTPUT_BASENAME(FILE, NAME) \
assemble_name (FILE, NAME);
assemble_name (FILE, NAME)
/* Globalizing directive for a label. */
#undef GLOBAL_ASM_OP