From a19092791a53a86aba6731098c1fd0ded892ab73 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 9 Jun 2011 13:49:58 +0200 Subject: [PATCH] add missing FIRM_API prefixes --- include/libfirm/lowering.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libfirm/lowering.h b/include/libfirm/lowering.h index 9dbb473ac..6d3d7499b 100644 --- a/include/libfirm/lowering.h +++ b/include/libfirm/lowering.h @@ -233,13 +233,13 @@ typedef ir_node* (*create_set_func)(ir_node *cond); /** * implementation of create_set_func which produces a Mux node with 0/1 input */ -ir_node *ir_create_mux_set(ir_node *cond, ir_mode *dest_mode); +FIRM_API ir_node *ir_create_mux_set(ir_node *cond, ir_mode *dest_mode); /** * implementation of create_set_func which produces a cond with control * flow */ -ir_node *ir_create_cond_set(ir_node *cond, ir_mode *dest_mode); +FIRM_API ir_node *ir_create_cond_set(ir_node *cond, ir_mode *dest_mode); typedef struct lower_mode_b_config_t { /* mode that is used to transport 0/1 values */ -- 2.20.1