X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fircgcons.h;h=829fd2baf633b88342cd28eac8edceb2b3f2e476;hb=e2e929ea04eb563b5fffadfd84bd61eb1f85735f;hp=aad48408a6a78a958e3cd7bf865ea0b2e9e829cd;hpb=a5ce4184d07df292897695563cabb6f9ffacf6e7;p=libfirm diff --git a/include/libfirm/ircgcons.h b/include/libfirm/ircgcons.h index aad48408a..829fd2baf 100644 --- a/include/libfirm/ircgcons.h +++ b/include/libfirm/ircgcons.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. * @@ -28,6 +28,8 @@ #ifndef FIRM_IR_IRCGCONS_H #define FIRM_IR_IRCGCONS_H +#ifdef INTERPROCEDURAL_VIEW + #include "firm_types.h" /** Return the current state of the interprocedural view. */ @@ -53,3 +55,5 @@ void cg_construct(int arr_len, ir_entity *free_methods_arr[]); void cg_destruct(void); #endif + +#endif