diff options
author | Manish Singh <yosh@gimp.org> | 2004-11-28 20:12:46 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-11-28 20:12:46 +0000 |
commit | b5096b15f1782d4316c2102d18bcc2ccf42ceff1 (patch) | |
tree | 6a7f6ea7f970c534a78a04ba8837e65d73b1e7af /gdk-pixbuf/makegdkpixbufalias.pl | |
parent | e6aa305a0b7ed483491a1d6fd2d3ce0701c6b9c3 (diff) | |
download | gtk+-b5096b15f1782d4316c2102d18bcc2ccf42ceff1.tar.gz |
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.
Diffstat (limited to 'gdk-pixbuf/makegdkpixbufalias.pl')
-rwxr-xr-x | gdk-pixbuf/makegdkpixbufalias.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/makegdkpixbufalias.pl b/gdk-pixbuf/makegdkpixbufalias.pl index 4d1454ca86..6fbd03094c 100755 --- a/gdk-pixbuf/makegdkpixbufalias.pl +++ b/gdk-pixbuf/makegdkpixbufalias.pl @@ -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 |