forked from AuroraMiddleware/gtk
ytpo fix, so attributes are really propagated.
Sun Nov 28 12:11:21 2004 Manish Singh <yosh@gimp.org> * makegdkpixbufalias.pl: ytpo fix, so attributes are really propagated.
This commit is contained in:
parent
e6aa305a0b
commit
b5096b15f1
@ -1,3 +1,8 @@
|
||||
Sun Nov 28 12:11:21 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* makegdkpixbufalias.pl: ytpo fix, so attributes are really
|
||||
propagated.
|
||||
|
||||
2004-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk-pixbuf.symbols:
|
||||
|
@ -91,7 +91,7 @@ while (<>) {
|
||||
}
|
||||
|
||||
print <<EOF
|
||||
extern __typeof ($str) $alias __attribute((visibility("hidden")))$attribute;
|
||||
extern __typeof ($str) $alias __attribute((visibility("hidden")))$attributes;
|
||||
extern __typeof ($str) $str __attribute((alias("$alias"), visibility("default")));
|
||||
\#define $str $alias
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user