X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fpset_new.c;h=a2e533974ed41620f68a0163141ec5c61e655af4;hb=1852308bd33b77378f0fca9e5347d4f9082464c4;hp=dd9dc7dfb129ead19d14414d1943b21300ee7a1f;hpb=57d365a67aaef76497b85e9a18b785c562652b16;p=libfirm diff --git a/ir/adt/pset_new.c b/ir/adt/pset_new.c index dd9dc7dfb..a2e533974 100644 --- a/ir/adt/pset_new.c +++ b/ir/adt/pset_new.c @@ -1,5 +1,5 @@ /* - * Copyrigth (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. * @@ -23,9 +23,7 @@ * @author Matthias Braun * @version $Id$ */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include "pset_new.h" @@ -54,5 +52,5 @@ int pset_new_contains(const pset_new_t *pset_new, const ValueType val) { - return pset_new_find(pset_new, val) != NullValue; + return pset_new_find(pset_new, val); }