summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Levitt <nlevitt@columbia.edu>2003-05-23 20:42:35 +0000
committerNoah Levitt <nlevitt@src.gnome.org>2003-05-23 20:42:35 +0000
commitda4f56d4c193c61af1a67af25d0fe45da228fd6a (patch)
tree179a7bde2566341d639c2653d0dd049136fcca25
parent8648811bc006329b5f21097a48b11d4d81e7761b (diff)
downloadglib-da4f56d4c193c61af1a67af25d0fe45da228fd6a.tar.gz
glib-da4f56d4c193c61af1a67af25d0fe45da228fd6a.tar.bz2
glib-da4f56d4c193c61af1a67af25d0fe45da228fd6a.zip
Remove stale comment.
2003-05-23 Noah Levitt <nlevitt@columbia.edu> * glib/guniprop.c: Remove stale comment.
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-124
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--glib/guniprop.c2
7 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 476d9d6a7..5d05ae988 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 476d9d6a7..5d05ae988 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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>
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 476d9d6a7..5d05ae988 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -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>
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 476d9d6a7..5d05ae988 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -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>
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 476d9d6a7..5d05ae988 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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>
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 476d9d6a7..5d05ae988 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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>
* glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
diff --git a/glib/guniprop.c b/glib/guniprop.c
index 0740b3cc6..9ff879cec 100644
--- a/glib/guniprop.c
+++ b/glib/guniprop.c
@@ -32,8 +32,6 @@
#define ATTTABLE(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) \
((type_table[Page] >= G_UNICODE_MAX_TABLE_INDEX) \
? (type_table[Page] - G_UNICODE_MAX_TABLE_INDEX) \