diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-07-22 19:05:45 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2005-07-22 19:05:45 +0000 |
commit | 516a1c99afa7bb832e9edc69551b74d973ce75a3 (patch) | |
tree | c7b1cc8a8b4ec6d0cdb775856804a5a1607cce75 /pango/pango-utils.c | |
parent | a998706c418584d6776e613925e8d7e633eebe8c (diff) | |
download | pango-516a1c99afa7bb832e9edc69551b74d973ce75a3.tar.gz |
Use -export-symbols-regex to control symbol exports, including not
2005-07-22 Owen Taylor <otaylor@redhat.com>
* pango/Makefile.a configure.in: Use -export-symbols-regex
to control symbol exports, including not exporting the symbols
from opentype/.
* modules/*/Makefile.am: Control symbol exports here as well,
simplify using AC_SUBST() of MODULE_LIBTOOL_OPTIONS from configure.in.
* pango/pangox-fontmap.c (engine_shape_covers): Cut-and-paste
engine_shape_covers to avoid using a symbol from libpango.
* pango/pango-utils.c: Make accidentally exported pango_aliases_ht
static.
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r-- | pango/pango-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c index 85bc0d7d..b8a367e8 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -58,7 +58,7 @@ struct PangoAlias gboolean visible; /* Do we want/need this? */ }; -GHashTable *pango_aliases_ht = NULL; +static GHashTable *pango_aliases_ht = NULL; /** * pango_trim_string: |