init_stat must be empty if statistics is not enabled
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 11 Jan 2005 13:10:41 +0000 (13:10 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 11 Jan 2005 13:10:41 +0000 (13:10 +0000)
[r4849]

ir/stat/firmstat.h

index d2fb7ca..793ec06 100644 (file)
@@ -47,6 +47,10 @@ void stat_finish(const char *name);
  */
 void init_stat(unsigned enable_options);
 
+#else
+
+#define init_stat(enable_options)
+
 #endif /* FIRM_STATISTICS */
 
 #endif /* _FIRMSTAT_H_ */