Changes to avoid compiler warnings.
[libfirm] / ir / tr / mangle.h
index 8d9354d..72098a9 100644 (file)
@@ -21,3 +21,10 @@ ident *mangle_entity (entity *ent);
 
 /* Sorry, I'm not sure what this does... seems to copy the string. */
 ident *mangle_type   (type *type);
+
+/* mangle underscore: Returns a new ident that represents first_scnd. */
+ident *mangle_u (ident *first, ident* scnd);
+
+
+/* mangle: Returns a new ident that represents firstscnd. */
+ident *mangle (ident *first, ident* scnd);