Use the short prefix "IA__" for aliases instead of the long suffix

2004-09-09  Matthias Clasen  <mclasen@redhat.com>

	* gtk/makegtkalias.pl:
	* gdk/makegdkalias.pl: Use the short prefix "IA__" for
	aliases instead of the long suffix "__internal_alias".
This commit is contained in:
Matthias Clasen
2004-09-09 19:44:24 +00:00
committed by Matthias Clasen
parent beb69e8c57
commit d04d99e947
8 changed files with 24 additions and 3 deletions

View File

@ -94,7 +94,7 @@ while (<>) {
my $str = $_;
chomp($str);
my $alias = $str."__internal_alias";
my $alias = "IA__".$str;
print <<EOF
extern __typeof ($str) $alias __attribute((visibility("hidden")));