cleanups
authorMatthias Braun <matze@braunis.de>
Sun, 30 Mar 2008 14:26:48 +0000 (14:26 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 30 Mar 2008 14:26:48 +0000 (14:26 +0000)
[r18294]

include/libfirm/be.h
include/libfirm/firm.h

index 42b5ac8..202162a 100644 (file)
@@ -78,9 +78,9 @@ const backend_params *be_init(void);
 /**
  * Main interface to the frontend.
  */
-void be_main(FILE *file_handle, const char *cup_name);
+void be_main(FILE *output, const char *compilation_unit_name);
 
 typedef struct be_main_env_t be_main_env_t;
 typedef struct be_options_t  be_options_t;
 
-#endif /* FIRM_BE_MAIN_H */
+#endif
index 194b853..daec83f 100644 (file)
@@ -113,11 +113,6 @@ extern "C" {
 #include "seqnumbers.h"    /* debug support */
 #include "firm_ycomp.h"    /* ycomp debugging support */
 
-
-/* @@@ temporarily for jni builder until preprocessor works.
-   Then it should be sufficient to include <file.h> instead
-   of firm.h as not all enums are needed in the implementation
-   files. */
 #include "irdump.h"
 #include "irprintf.h"
 #include "irvrfy.h"
@@ -126,10 +121,6 @@ extern "C" {
 
 #include "iredges.h"
 
-/* Macros that define the old function names we decided to rename.
-   Use for compatibility with old implementations. */
-/*#include "old_fctnames.h"*/
-
 /**
  * libFirm initialization parameters.
  */