X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe_t.h;h=42f52dcc314ea2bdd44a0f51e7836ed874f803bb;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=26bc530909d424738c466f0862bc3de1a40c88e7;hpb=7d070c58e7bef1ed875fac066b57f29de449724b;p=libfirm diff --git a/ir/be/be_t.h b/ir/be/be_t.h index 26bc53090..42f52dcc3 100644 --- a/ir/be/be_t.h +++ b/ir/be/be_t.h @@ -21,7 +21,6 @@ * @file * @brief Internal backend global data structures. * @author Sebastian Hack - * @version $Id$ */ #ifndef FIRM_BE_BE_T_H #define FIRM_BE_BE_T_H @@ -75,6 +74,7 @@ struct be_options_t { struct be_main_env_t { arch_env_t *arch_env; + FILE *file_handle; be_options_t *options; /**< backend options */ const char *cup_name; /**< name of the compilation unit */ pmap *ent_trampoline_map; /**< A map containing PIC trampolines for methods. */