bechordal_draw: Remove the write-only attribute max_color from struct draw_chordal_env_t.
[libfirm] / ir / stat / stat_dmp.h
index 00b528f..f9d7804 100644 (file)
@@ -1,5 +1,15 @@
-#ifndef _STAT_DMP_H
-#define _STAT_DMP_H
+/*
+ * This file is part of libFirm.
+ * Copyright (C) 2012 University of Karlsruhe.
+ */
+
+/**
+ * @file
+ * @brief   Statistics for Firm. Dumping.
+ * @author  Michael Beck
+ */
+#ifndef FIRM_STAT_STAT_DMP_H
+#define FIRM_STAT_STAT_DMP_H
 
 #include "firmstat_t.h"
 
@@ -15,4 +25,4 @@ extern const dumper_t simple_dumper;
  */
 extern const dumper_t csv_dumper;
 
-#endif /* _STAT_DMP_H */
+#endif /* FIRM_STAT_STAT_DMP_H */