From: Matthias Braun Date: Thu, 9 Jun 2011 11:49:58 +0000 (+0200) Subject: add missing FIRM_API prefixes X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=a19092791a53a86aba6731098c1fd0ded892ab73;p=libfirm add missing FIRM_API prefixes --- 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 */