summaryrefslogtreecommitdiff
path: root/gstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'gstring.c')
-rw-r--r--gstring.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/gstring.c b/gstring.c
index a2718c695..fd8e5122c 100644
--- a/gstring.c
+++ b/gstring.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
@@ -48,7 +55,7 @@ struct _GRealString
gint alloc;
};
-G_LOCK_DECLARE_STATIC (string_mem_chunk);
+G_LOCK_DEFINE_STATIC (string_mem_chunk);
static GMemChunk *string_mem_chunk = NULL;
/* Hash Functions.