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:
Manish Singh 2004-11-28 20:12:46 +00:00 committed by Manish Singh
parent e6aa305a0b
commit b5096b15f1
2 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -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