X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Ffirm.h;h=daec83ff5b7115910483bad6d38f4b14e27a4f4e;hb=fa9c992b5f23e7a059ac91fdd04b409b951ebcc4;hp=e0b57692d63c3a22038252b1e3a5fc92f0431667;hpb=5730fa61825fcf13cad0686caf219f8980d9e8e8;p=libfirm diff --git a/include/libfirm/firm.h b/include/libfirm/firm.h index e0b57692d..daec83ff5 100644 --- a/include/libfirm/firm.h +++ b/include/libfirm/firm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -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 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. */ @@ -230,12 +221,10 @@ void free_firm(void); */ void firm_get_version(firm_version_t *version); -#ifdef WITH_LIBCORE /** * Read initializations arguments from the .init file. */ void firm_init_options(const char *arg_prefix, int argc, const char **argv); -#endif #ifdef __cplusplus }