diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-02-05 23:48:28 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-05 23:48:28 +0000 |
commit | 3293001b8aa09a4e812af974b389843c952871bb (patch) | |
tree | 4f5641caed2c5806162f7aff3ef1219db030ec65 /pango/pango-utils.h | |
parent | ca73084fad58044f6219fce2e5d0c497f4bbeac0 (diff) | |
download | pango-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 'pango/pango-utils.h')
-rw-r--r-- | pango/pango-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h index f8e775e2..00d4889e 100644 --- a/pango/pango-utils.h +++ b/pango/pango-utils.h @@ -102,7 +102,6 @@ gboolean pango_is_zero_width (gunichar ch) G_GNUC_CONST; /* String interning for static strings */ #define I_(string) g_intern_static_string (string) - G_END_DECLS #endif /* __PANGO_UTILS_H__ */ |