stat_finish must always exist
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 11 Jan 2005 12:25:19 +0000 (12:25 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 11 Jan 2005 12:25:19 +0000 (12:25 +0000)
[r4847]

ir/stat/firmstat.c

index f68870b..6555ab7 100644 (file)
@@ -1381,4 +1381,9 @@ void init_stat(unsigned enable_options)
 #undef X
 }
 
+#else
+
+/* Finish the statistics */
+void stat_finish(const char *name) {}
+
 #endif /* FIRM_STATISTICS */