X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe.h;h=fe69d858f6afb53a98cfdc3f310e4ce902243147;hb=b9d45e08e23bcf058fa8f2d9e18dd78e8cccd044;hp=a6a1a91d75b8af863e817bff35f09dd907ba22d2;hpb=98de64b6544b6311714dbd5e1af74904b90b23e4;p=libfirm diff --git a/ir/be/be.h b/ir/be/be.h index a6a1a91d7..fe69d858f 100644 --- a/ir/be/be.h +++ b/ir/be/be.h @@ -1,4 +1,3 @@ - #ifndef _BE_MAIN_H #define _BE_MAIN_H @@ -53,7 +52,7 @@ const backend_params *be_init(void); /** * Main interface to the frontend. */ -void be_main(FILE *file_handle); +void be_main(FILE *file_handle, const char *cup_name); /** The type of the debug info retriever function. */ typedef const char *(*retrieve_dbg_func)(const dbg_info *dbg, unsigned *line);