X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fopt_polymorphy.h;h=bfe11c14bc6535cca17e9d255525d47da43e287f;hb=7336e40862d97122e42ecbfd5e71f41b032e7c31;hp=72b598b4f1adb725b012a3b89c8cfb94390fee90;hpb=0d78d6a846ed88c044aa436e3bdf572d17a06a69;p=libfirm diff --git a/ir/opt/opt_polymorphy.h b/ir/opt/opt_polymorphy.h index 72b598b4f..bfe11c14b 100644 --- a/ir/opt/opt_polymorphy.h +++ b/ir/opt/opt_polymorphy.h @@ -30,10 +30,6 @@ #include "firm_types.h" -#ifdef __cplusplus -extern "C" { -#endif - /** * Transform Sel(Alloc)[method] * to SymC[method] under the following conditions: @@ -54,8 +50,4 @@ ir_node *transform_node_Sel(ir_node *node); */ ir_node *transform_node_Load(ir_node *n); -#ifdef __cplusplus -} -#endif - #endif /* FIRM_OPT_OPT_POLYMORPHY_H */