summaryrefslogtreecommitdiff
path: root/lib/timevar.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-10-13 04:42:59 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-10-13 04:42:59 +0000
commitea9ed226e0c614f6cf1bba6b3afd9b6a6e327209 (patch)
tree86b8f6e260d794a392df5d4615b8081cafe2d9fa /lib/timevar.h
parent98194095fe39f67436032de5d3a1d55e9e451389 (diff)
downloadbison-ea9ed226e0c614f6cf1bba6b3afd9b6a6e327209.tar.gz
Import of GCC head 2002-10-11
Diffstat (limited to 'lib/timevar.h')
-rw-r--r--lib/timevar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/timevar.h b/lib/timevar.h
index f0d2fd2a..149751c3 100644
--- a/lib/timevar.h
+++ b/lib/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"