From 3ef42a0c4f590a9d67b46c5aecfa5fea4546b174 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 18 Jan 2002 13:40:36 +0000 Subject: bitmap.h: Fix comment formatting. * bitmap.h: Fix comment formatting. * combine.c: Likewise. * cppfiles.c: Likewise. * c-pragma.h: Likewise. * c-typeck.c: Likewise. * df.c: Likewise. * dwarf2out.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * genattrtab.c: Likewise. * gthr-win32.h: Likewise. * haifa-sched.c: Likewise. * predict.c: Likewise. * rtlanal.c: Likewise. * rtl.h: Likewise. * unwind-dw2-fde.h: Likewise. * unwind-pe.h: Likewise. * vmsdbgout.c: Likewise. From-SVN: r48987 --- gcc/vmsdbgout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/vmsdbgout.c') diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index da3948b..8b19775 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -72,7 +72,7 @@ dst_file_info_entry; #define ASM_COMMENT_START ";#" #endif -/* Maximum size (in bytes) of an artificially generated label. */ +/* Maximum size (in bytes) of an artificially generated label. */ #define MAX_ARTIFICIAL_LABEL_BYTES 30 /* Make sure we know the sizes of the various types debug can describe. These @@ -1331,7 +1331,7 @@ vmsdbgout_end_epilogue () if (debug_info_level > DINFO_LEVEL_NONE) { /* Output a label to mark the endpoint of the code generated for this - function. */ + function. */ ASM_GENERATE_INTERNAL_LABEL (label, FUNC_END_LABEL, current_funcdef_number); ASM_OUTPUT_LABEL (asm_out_file, label); -- cgit v1.1