scripts: Generate accessor functions for nodes with a variable/dynamic number of...
[libfirm] / ir / stat / stat_dmp.h
index 1902d1e..79317bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
  * PURPOSE.
  */
 
-#ifndef _STAT_DMP_H
-#define _STAT_DMP_H
+/**
+ * @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"
 
@@ -34,4 +39,4 @@ extern const dumper_t simple_dumper;
  */
 extern const dumper_t csv_dumper;
 
-#endif /* _STAT_DMP_H */
+#endif /* FIRM_STAT_STAT_DMP_H */