Moved the assembler functions from gatomic.h to gatomic.c, which makes for
authorSebastian Wilhelmi <seppi@seppi.de>
Sun, 29 Feb 2004 16:48:37 +0000 (16:48 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Sun, 29 Feb 2004 16:48:37 +0000 (16:48 +0000)
commit769f36db47c3e81225fd6625b5251b50a0aedb8a
tree6419cccdbe485f995da7f0f76fc1c61baa92bbbf
parentfe2efd06a08c1a035339b1a6e46446a9a02958b1
Moved the assembler functions from gatomic.h to gatomic.c, which makes for

2004-02-29  Sebastian Wilhelmi  <seppi@seppi.de>

* configure.in, glib/gatomic.c, glib/gatomic.h: Moved the
assembler functions from gatomic.h to gatomic.c, which makes for
better maintainability. Also use gint instead of gint32 to be able
to use reference counting for ABI-fixed structures with
gint/guint.

* glib/gthread.h: Adapted accordingly.

* tests/atomic-test.c: Updated to test for G_MAXINT and G_MININT.
glib/gatomic.c
glib/gatomic.h
glib/gthread.h
tests/atomic-test.c