From a53d7f8f2e862aeb0f316091558a8eab3e5b1e35 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 2 Sep 2004 08:06:09 +0000 Subject: [PATCH] renames internal function to avoid name clash with gcc 3.4.1 [r3805] --- ir/tr/mangle.c | 2 +- ir/tr/mangle.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/tr/mangle.c b/ir/tr/mangle.c index a83a4e13c..d842a69bf 100644 --- a/ir/tr/mangle.c +++ b/ir/tr/mangle.c @@ -86,7 +86,7 @@ ident *mangle_u (ident *first, ident* scnd) { void -init_mangle (void) +firm_init_mangle (void) { obstack_init(&mangle_obst); } diff --git a/ir/tr/mangle.h b/ir/tr/mangle.h index ae87eb96a..d8e2b427a 100644 --- a/ir/tr/mangle.h +++ b/ir/tr/mangle.h @@ -25,7 +25,7 @@ # include "entity.h" /** initializes the name mangling code */ -void init_mangle (void); +void firm_init_mangle (void); /** Computes a definite name for this entity by concatenating the name of the owner type and the name of the entity with -- 2.20.1