Remove the questionable and unused functions find_value() and r_find_value().
[libfirm] / include / libfirm / end.h
index f71b338..ebfe483 100644 (file)
  * @file
  * @brief       Should be included in all public firm headers at the end
  * @author      Matthias Braun
- * @version     $Id$
  */
-#ifndef FIRM_END_H
-#define FIRM_END_H
 
-#ifndef FIRM_BEGIN_H
-#error "end.h included without begin.h?"
-#endif
-
-/* close extern "C" block from begin.h */
+/* close extern "C" block from begin.h,
+ * we need this without include guard (see begin.h) */
 #ifdef __cplusplus
 }
 #endif
-
-#endif