Several BugFixes and updates:
[libfirm] / ir / be / firm / bearch_firm.h
index a15ab40..9ee5c79 100644 (file)
  * PURPOSE.
  */
 
-
 /**
  * @file   bearch_firm.h
  * @date   11.05.2005
  * @author Sebastian Hack
- *
- * An instruction set architecture made up of firm nodes.
- *
- * Copyright (C) 2005 Universitaet Karlsruhe
- * Released under the GPL
+ * @brief  An instruction set architecture made up of firm nodes.
  */
-
-#ifndef _BEARCH_FIRM_H
-#define _BEARCH_FIRM_H
+#ifndef FIRM_BE_BEARCH_FIRM_H
+#define FIRM_BE_BEARCH_FIRM_H
 
 #include "../bearch_t.h"
 
@@ -40,4 +34,4 @@ extern const arch_irn_handler_t firm_irn_handler;
 /* TODO UGLY*/
 int is_Imm(const ir_node *irn);
 
-#endif /* _BEARCH_FIRM_H */
+#endif