X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Fstatev.h;h=7655394a19d58b6575fc9a9e1d1c5f01f8a16a4a;hb=bb5c6d5ce2e35c4074900017f8c8e1a4935054d0;hp=f888781f8ae0afc6f385c2ecad206f1163eb4f3a;hpb=0e5f781d021c0b1e20ba08f583d4971419fedb5d;p=libfirm diff --git a/ir/stat/statev.h b/ir/stat/statev.h index f888781f8..7655394a1 100644 --- a/ir/stat/statev.h +++ b/ir/stat/statev.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,7 +28,7 @@ #ifndef FIRM_STATEVENT_H #define FIRM_STATEVENT_H -#ifndef FIRM_STATISTICS +#if !defined(FIRM_STATISTICS) || defined(DISABLE_STATEV) #define stat_ev_do(expr) #define stat_ev_if if (0) @@ -52,7 +52,7 @@ #else #include -#include "timing.h" +#include "stat_timing.h" extern void stat_ev_printf(char ev_type, const char *key, const char *fmt, ...);