Improve error recovery in parse_local_label_declaration().
[cparser] / driver / firm_timing.c
index 09e72c0..8503bc9 100644 (file)
@@ -2,8 +2,6 @@
  * @file firm_timing.c -- timing for the Firm compiler
  *
  * (C) 2006-2009  Michael Beck   beck@ipd.info.uni-karlsruhe.de
- *
- * $Id$
  */
 #include "firm_timing.h"
 
@@ -17,8 +15,8 @@ typedef struct timer_info_t {
        ir_timer_t          *timer;
 } timer_info_t;
 
-timer_info_t *infos;
-timer_info_t *last_info;
+static timer_info_t *infos;
+static timer_info_t *last_info;
 
 void timer_register(ir_timer_t *timer, const char *description)
 {