#include <libeblP.h>
#define EBLHOOK(name) EBLHOOK_1(BACKEND, name)
+#define EBLHOOKVAR EBLHOOK
#define EBLHOOK_1(a, b) EBLHOOK_2(a, b)
#define EBLHOOK_2(a, b) a##b
the GNU Lesser General Public License along with this program. If
not, see <http://www.gnu.org/licenses/>. */
-#ifndef EBLHOOKVAR
-# define EBLHOOKVAR EBLHOOK
-# define EBLHOOKVAR_STUB
-#endif
-
/* Return symbol representaton of object file type. */
const char *EBLHOOK(object_type_name) (int, char *, size_t);
/* Destructor for ELF backend handle. */
void EBLHOOK(destr) (struct ebl *);
-
-#ifdef EBLHOOKVAR_STUB
-# undef EBLHOOKVAR
-# undef EBLHOOKVAR_STUB
-#endif