becopyopt: Inline the thin wrapper nodes_interfere(), so we do not need to fetch...
[libfirm] / include / libfirm / end.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief       Should be included in all public firm headers at the end
9  * @author      Matthias Braun
10  */
11
12 /* close extern "C" block from begin.h,
13  * we need this without include guard (see begin.h) */
14 #ifdef __cplusplus
15 }
16 #endif