X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessadestrsimple.h;h=8efd4dbed8d034ff8d71dcd5a0ffc4c41921f200;hb=9276447aec4972df060349e162f583c4898dfec8;hp=1f547084177b9bad0c4b0b7270cdd553fa3f6469;hpb=39f3a8dbd0f00f90b7b12a849d1bf7b9c1329479;p=libfirm diff --git a/ir/be/bessadestrsimple.h b/ir/be/bessadestrsimple.h index 1f5470841..8efd4dbed 100644 --- a/ir/be/bessadestrsimple.h +++ b/ir/be/bessadestrsimple.h @@ -24,6 +24,8 @@ * @date 17.01.2006 * @version $Id$ */ +#ifdef NOT_PORTED + #ifndef FIRM_BE_BESSADESTRSIMPLE_H #define FIRM_BE_BESSADESTRSIMPLE_H @@ -68,3 +70,5 @@ be_var_info_t *be_var_find_or_insert(set *vars, int var_nr); be_var_info_t *be_var_find(set *vars, int var_nr); #endif /* FIRM_BE_BESSADESTRSIMPLE_H */ + +#endif /* NOT_PORTED */