diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-09-10 06:39:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-09-10 06:39:16 +0000 |
commit | f45a35921aec248e0b8494a2145b907684a21fe5 (patch) | |
tree | b21e00507445a307553ebd219326fe1fcbef362e /gtk/makegtkalias.pl | |
parent | 77cdc290b98acd6f77922645b2a2e53d750b332d (diff) | |
download | gtk+-f45a35921aec248e0b8494a2145b907684a21fe5.tar.gz |
Commit a patch by Behdad to fix typos, omissions and other errors in the
2006-09-10 Matthias Clasen <mclasen@redhat.com>
* Commit a patch by Behdad to fix typos, omissions and other
errors in the symbol aliasing, and add checks for local PLT
entries. (#354687, Behdad Esfahbod)
Diffstat (limited to 'gtk/makegtkalias.pl')
-rwxr-xr-x | gtk/makegtkalias.pl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk/makegtkalias.pl b/gtk/makegtkalias.pl index 3011a577cc..a38afbe01b 100755 --- a/gtk/makegtkalias.pl +++ b/gtk/makegtkalias.pl @@ -16,11 +16,6 @@ print <<EOF; #ifdef G_HAVE_GNUC_VISIBILITY -#ifndef GTK_DISABLE_DEPRECATED -#define GTK_DISABLE_DEPRECATED -#define REENABLE_DEPRECATED -#endif - EOF if ($do_def) { @@ -134,10 +129,6 @@ EOF } print <<EOF; -#ifdef REENABLE_DEPRECATED -#undef GTK_DISABLE_DEPRECATED -#endif - #endif /* G_HAVE_GNUC_VISIBILITY */ #endif /* DISABLE_VISIBILITY */ EOF |