Changes to avoid compiler warnings.
[libfirm] / ir / tr / mangle.h
index 38a507e..72098a9 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 # include "ident.h"
 # include "entity.h"
 # include "type.h"
@@ -17,5 +19,12 @@ void init_mangle (void);
    a separating "_". f*/
 ident *mangle_entity (entity *ent);
 
-/* Sorry, I'm not sure what this does... */
+/* 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);