Fix some variables that should have been static.

Sun Sep  2 11:10:42 2001  Owen Taylor  <otaylor@redhat.com>

        * glib/gen-unicode-tables.pl glib/gunicomp.h
        glib/gunichartables.h glib/giounix.c: Fix some variables that
        should have been static.
This commit is contained in:
Owen Taylor
2001-09-02 15:44:21 +00:00
committed by Owen Taylor
parent 384c8d0639
commit b24544c0bc
13 changed files with 60 additions and 12 deletions

View File

@@ -77,7 +77,7 @@ g_unicode_canonical_ordering (gunichar *string,
}
}
guchar *
static guchar *
find_decomposition (gunichar ch,
gboolean compat)
{