Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eglib
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2006-10-09 00:58:16 +0400
committerMiguel de Icaza <miguel@gnome.org>2006-10-09 00:58:16 +0400
commitf64187c726d93e4cab67c2b20d97d0fcdc315ed4 (patch)
tree562d559e1082402f76e9da24c4ec01e98cd0309e /eglib
parentce4e3bbeff51b0cca7429c12556eafa7dede8ef3 (diff)
svn path=/trunk/mono/; revision=66429
Diffstat (limited to 'eglib')
-rw-r--r--eglib/TODO6
-rw-r--r--eglib/src/glib.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/eglib/TODO b/eglib/TODO
index 2ffe22aa059..bce925dd779 100644
--- a/eglib/TODO
+++ b/eglib/TODO
@@ -9,6 +9,12 @@
----------------------------------------------------------------------
+* Should implement, for better performance:
+
+Macros:
+ 6 G_UNLIKELY
+ 4 G_LIKELY
+
* Unimplemented, not supported currently:
g_unichar_tolower Used for deprecated unmanaged string collation
diff --git a/eglib/src/glib.h b/eglib/src/glib.h
index bfa43e429c7..d8f7805cc34 100644
--- a/eglib/src/glib.h
+++ b/eglib/src/glib.h
@@ -703,12 +703,6 @@ gboolean g_utf8_validate (const gchar *str, gssize max_len, const gchar **
#define g_thread_init(x) G_STMT_START { if (x != NULL) { g_error ("No vtable supported in g_thread_init"); } G_STMT_END
/*
- * Should implement these
- */
-#define G_LIKELY(expr) (expr)
-#define G_UNLIKELY(expr) (expr)
-
-/*
* Eglib-only routines:
*
* These are extensions, not found on regular glib.