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:
committed by
Matthias Clasen
parent
beb69e8c57
commit
d04d99e947
@ -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")));
|
||||
|
||||
Reference in New Issue
Block a user