X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fident%2Fmangle.c;h=7d01e99fa89b86b9355650a5c49c54be88b6f91c;hb=2a2fce3c388129af53a08fcc01014dbf78841dc0;hp=5df6233577e05d2ef2bd4d3512ad497f64c981ca;hpb=1ec30d95387eb392ba5a1adc7958ebd91383d59c;p=libfirm diff --git a/ir/ident/mangle.c b/ir/ident/mangle.c index 5df623357..7d01e99fa 100644 --- a/ir/ident/mangle.c +++ b/ir/ident/mangle.c @@ -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. * @@ -23,9 +23,7 @@ * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier, Michael Beck * @version $Id$ */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include "config.h" # include @@ -80,7 +78,7 @@ ident *mangle(ident *first, ident *scnd) { } /** Returns a new ident that represents 'prefixscndsuffix'. */ -static ident *mangle3(const char *prefix, ident *scnd, const char *suffix) { +ident *mangle3(const char *prefix, ident *scnd, const char *suffix) { char *cp; int len; ident *res;