X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Ffirm.h;h=daec83ff5b7115910483bad6d38f4b14e27a4f4e;hb=08f2dc3f68176c5447d4cfc42ce92ef857e2372c;hp=1050646bb4f21a06d82840899bb657071816ca0d;hpb=d02c0f8256f55e457564c67bb7362efec749e112;p=libfirm diff --git a/include/libfirm/firm.h b/include/libfirm/firm.h index 1050646bb..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. */