static.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 15 Nov 2008 08:48:32 +0000 (08:48 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 15 Nov 2008 08:48:32 +0000 (08:48 +0000)
[r23676]

ast2firm.c

index 44e8a40..ab5a261 100644 (file)
@@ -969,8 +969,7 @@ static const struct {
 
 static ident *rts_idents[sizeof(rts_data) / sizeof(rts_data[0])];
 
-typedef ident* (*create_ld_ident_func)(entity_t *entity);
-create_ld_ident_func create_ld_ident = create_name_linux_elf;
+static ident* (*create_ld_ident)(entity_t*) = create_name_linux_elf;
 
 /**
  * Handle GNU attributes for entities