X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fident%2Fmangle.c;h=abe4a6b3ee63d88bc4b58c341e2b541c10bac768;hb=f6aeac6a547a52beb3cb663c5e63c05c9c3728ea;hp=5df6233577e05d2ef2bd4d3512ad497f64c981ca;hpb=1ec30d95387eb392ba5a1adc7958ebd91383d59c;p=libfirm diff --git a/ir/ident/mangle.c b/ir/ident/mangle.c index 5df623357..abe4a6b3e 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. * @@ -80,7 +80,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;