summaryrefslogtreecommitdiff
path: root/gscanner.c
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2000-05-12 15:23:16 +0000
committerTim Janik <timj@src.gnome.org>2000-05-12 15:23:16 +0000
commit1df2ec98cbdc4789418f9652c9c90855c86b9dad (patch)
treef055b3ff5d2fb11bf6adc2715c0b7db706924fa6 /gscanner.c
parent397ad5881e972da23eccca1b20bbcfe2e8648f11 (diff)
downloadglib-1df2ec98cbdc4789418f9652c9c90855c86b9dad.tar.gz
added gobject
Fri Apr 28 23:54:35 2000 Tim Janik <timj@gtk.org> * setup things for a new sub-library libgobject: * Makefile.am (SUBDIRS): added gobject * glib-config.in: feature -lgobject. * configure.in (AC_OUTPUT): generate gobject/Makefile. * glib.m4 (AM_PATH_GLIB): feature gobject module. * glib.spec.in: added %{prefix}/lib/libgobject-1.3.so.* Fri Apr 28 21:41:49 2000 Tim Janik <timj@gtk.org> * glib.h: added G_STRLOC macro. G_STRUCT_OFFSET(): signedness corrections. (G_CSET_DIGITS): list 0-9. * gscanner.c (g_scanner_config_template): use G_CSET_DIGITS. * glib.h: * gstrfuncs.c: (g_strdown): (g_strup): (g_strreverse): return the modified string instead of void, so calls to these functions can be nested. (g_strcanon): new function, canonicalizes string according to a given character set. Fri Apr 28 19:45:16 2000 Tim Janik <timj@gtk.org> * gasyncqueue.c (g_async_queue_unref): get rid of an unused variable.
Diffstat (limited to 'gscanner.c')
-rw-r--r--gscanner.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gscanner.c b/gscanner.c
index bbcbc7fd8..55d5fb290 100644
--- a/gscanner.c
+++ b/gscanner.c
@@ -89,8 +89,9 @@ static GScannerConfig g_scanner_config_template =
) /* cset_identifier_first */,
(
G_CSET_a_2_z
- "_0123456789"
+ "_"
G_CSET_A_2_Z
+ G_CSET_DIGITS
G_CSET_LATINS
G_CSET_LATINC
) /* cset_identifier_nth */,