Use a switch here, maybe helps the compiler optimize things. Also, ' ' is
authorHavoc Pennington <hp@redhat.com>
Mon, 20 Nov 2000 15:14:14 +0000 (15:14 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Mon, 20 Nov 2000 15:14:14 +0000 (15:14 +0000)
commit399ad0b8b01f9694e561502f17066f585918cb57
tree8a73ccdc63f8eea3ac6a72c69b3433522d21dd88
parentb24f1d179e409f3cb928c76ce90c90313c6c11ca
Use a switch here, maybe helps the compiler optimize things. Also, ' ' is

2000-11-16  Havoc Pennington  <hp@redhat.com>

* guniprop.c (g_unichar_isspace): Use a switch here, maybe helps
the compiler optimize things. Also, ' ' is a SPACE_SEPARATOR,
so don't special case it.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/guniprop.c
guniprop.c