summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-05 23:48:28 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-05 23:48:28 +0000
commit3293001b8aa09a4e812af974b389843c952871bb (patch)
tree4f5641caed2c5806162f7aff3ef1219db030ec65 /modules
parentca73084fad58044f6219fce2e5d0c497f4bbeac0 (diff)
downloadpango-3293001b8aa09a4e812af974b389843c952871bb.tar.gz
AC_DEFINE various version components.
2006-02-05 Behdad Esfahbod <behdad@gnome.org> * configure.in: AC_DEFINE various version components. * *.c: Change various const return types to G_CONST_RETURN.
Diffstat (limited to 'modules')
-rw-r--r--modules/hebrew/hebrew-shaper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hebrew/hebrew-shaper.c b/modules/hebrew/hebrew-shaper.c
index 5fe000c8..a9260071 100644
--- a/modules/hebrew/hebrew-shaper.c
+++ b/modules/hebrew/hebrew-shaper.c
@@ -215,7 +215,7 @@ static const gint Unicode_shape_table[128] = {
#define is_composible(cur_wc, nxt_wc) (compose_table[char_type_table[ucs2iso8859_8 (cur_wc)]]\
[char_type_table[ucs2iso8859_8 (nxt_wc)]])
-const char *
+G_CONST_RETURN char *
hebrew_shaper_get_next_cluster(const char *text,
gint length,
gunichar *cluster,