From 41077ce4b37a093155987bdf671bdf91510f9067 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 31 May 2002 22:15:42 +0000 Subject: target.h: Fix formatting. * target.h: Fix formatting. * timevar.h: Likewise. * tlink.c: Likewise. * toplev.c: Likewise. * toplev.h: Likewise. * tree.c: Likewise. * tree-dump.h: Likewise. * tree.h: Likewise. * tree-inline.h: Likewise. * unroll.c: Likewise. * unwind-dw2.c: Likewise. * unwind-dw2-fde.c: Likewise. * unwind-dw2-fde-glibc.c: Likewise. * unwind-dw2-fde.h: Likewise. * unwind.h: Likewise. * unwind-sjlj.c: Likewise. * varasm.c: Likewise. * varray.h: Likewise. * vmsdbg.h: Likewise. * vmsdbgout.c: Likewise. * xcoffout.h: Likewise. From-SVN: r54123 --- gcc/timevar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/timevar.h') diff --git a/gcc/timevar.h b/gcc/timevar.h index f0d2fd2a548..149751c3467 100644 --- a/gcc/timevar.h +++ b/gcc/timevar.h @@ -41,9 +41,9 @@ - As a standalone timer, using timevar_start and timevar_stop. All time elapsed between the two calls is attributed to the - variable. + variable. */ - + /* This structure stores the various varieties of time that can be measured. Times are stored in seconds. The time may be an absolute time or a time difference; in the former case, the time @@ -67,7 +67,7 @@ struct timevar_time_def the contents of timevar.def. */ #define DEFTIMEVAR(identifier__, name__) \ - identifier__, + identifier__, typedef enum { #include "timevar.def" -- cgit v1.2.1