mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
Remove stale comment.
2003-05-23 Noah Levitt <nlevitt@columbia.edu> * glib/guniprop.c: Remove stale comment.
This commit is contained in:
parent
8648811bc0
commit
da4f56d4c1
@ -1,3 +1,7 @@
|
|||||||
|
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* glib/guniprop.c: Remove stale comment.
|
||||||
|
|
||||||
2003-05-22 Noah Levitt <nlevitt@columbia.edu>
|
2003-05-22 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
|
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* glib/guniprop.c: Remove stale comment.
|
||||||
|
|
||||||
2003-05-22 Noah Levitt <nlevitt@columbia.edu>
|
2003-05-22 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
|
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* glib/guniprop.c: Remove stale comment.
|
||||||
|
|
||||||
2003-05-22 Noah Levitt <nlevitt@columbia.edu>
|
2003-05-22 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
|
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* glib/guniprop.c: Remove stale comment.
|
||||||
|
|
||||||
2003-05-22 Noah Levitt <nlevitt@columbia.edu>
|
2003-05-22 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
|
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* glib/guniprop.c: Remove stale comment.
|
||||||
|
|
||||||
2003-05-22 Noah Levitt <nlevitt@columbia.edu>
|
2003-05-22 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
|
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* glib/guniprop.c: Remove stale comment.
|
||||||
|
|
||||||
2003-05-22 Noah Levitt <nlevitt@columbia.edu>
|
2003-05-22 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
|
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
|
||||||
|
@ -32,8 +32,6 @@
|
|||||||
#define ATTTABLE(Page, Char) \
|
#define ATTTABLE(Page, Char) \
|
||||||
((attr_table[Page] == G_UNICODE_MAX_TABLE_INDEX) ? 0 : (attr_data[attr_table[Page]][Char]))
|
((attr_table[Page] == G_UNICODE_MAX_TABLE_INDEX) ? 0 : (attr_data[attr_table[Page]][Char]))
|
||||||
|
|
||||||
/* We cheat a bit and cast type values to (char *). We detect these
|
|
||||||
using the &0xff trick. */
|
|
||||||
#define TTYPE(Page, Char) \
|
#define TTYPE(Page, Char) \
|
||||||
((type_table[Page] >= G_UNICODE_MAX_TABLE_INDEX) \
|
((type_table[Page] >= G_UNICODE_MAX_TABLE_INDEX) \
|
||||||
? (type_table[Page] - G_UNICODE_MAX_TABLE_INDEX) \
|
? (type_table[Page] - G_UNICODE_MAX_TABLE_INDEX) \
|
||||||
|
Loading…
Reference in New Issue
Block a user