diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-11-06 03:26:56 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-11-06 03:26:56 +0000 |
commit | 9153616cf5b34618d5eb2235763853d850ef9a1b (patch) | |
tree | b63264444e8d3e32ac025030a62245a803c173eb | |
parent | 8bad5bfa3b5e8d8c347ae65c12a91a98d62b0736 (diff) |
Cosmetics: move the G_GNUC_INTERNAL define to the same place where it is
2004-11-06 Tor Lillqvist <tml@iki.fi>
* glibconfig.h.win32.in: Cosmetics: move the G_GNUC_INTERNAL
define to the same place where it is in a configure-generated
glibconfig.h
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-12 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 6 | ||||
-rw-r--r-- | glibconfig.h.win32.in | 5 |
6 files changed, 32 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2004-11-06 Tor Lillqvist <tml@iki.fi> + + * glibconfig.h.win32.in: Cosmetics: move the G_GNUC_INTERNAL + define to the same place where it is in a configure-generated + glibconfig.h + 2004-11-05 Matthias Clasen <mclasen@redhat.com> * tests/strtod-test.c: Portability fixes and extra sanity diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index a6e5ea8fc..418d26577 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2004-11-06 Tor Lillqvist <tml@iki.fi> + + * glibconfig.h.win32.in: Cosmetics: move the G_GNUC_INTERNAL + define to the same place where it is in a configure-generated + glibconfig.h + 2004-11-05 Matthias Clasen <mclasen@redhat.com> * tests/strtod-test.c: Portability fixes and extra sanity diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index a6e5ea8fc..418d26577 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2004-11-06 Tor Lillqvist <tml@iki.fi> + + * glibconfig.h.win32.in: Cosmetics: move the G_GNUC_INTERNAL + define to the same place where it is in a configure-generated + glibconfig.h + 2004-11-05 Matthias Clasen <mclasen@redhat.com> * tests/strtod-test.c: Portability fixes and extra sanity diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index a6e5ea8fc..418d26577 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2004-11-06 Tor Lillqvist <tml@iki.fi> + + * glibconfig.h.win32.in: Cosmetics: move the G_GNUC_INTERNAL + define to the same place where it is in a configure-generated + glibconfig.h + 2004-11-05 Matthias Clasen <mclasen@redhat.com> * tests/strtod-test.c: Portability fixes and extra sanity diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index a6e5ea8fc..418d26577 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2004-11-06 Tor Lillqvist <tml@iki.fi> + + * glibconfig.h.win32.in: Cosmetics: move the G_GNUC_INTERNAL + define to the same place where it is in a configure-generated + glibconfig.h + 2004-11-05 Matthias Clasen <mclasen@redhat.com> * tests/strtod-test.c: Portability fixes and extra sanity diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in index 14008ba6f..ec0b87a53 100644 --- a/glibconfig.h.win32.in +++ b/glibconfig.h.win32.in @@ -8,9 +8,6 @@ #define __G_LIBCONFIG_H__ #include <glib/gmacros.h> -#ifndef __GNUC__ -#define G_GNUC_INTERNAL /* wont have that */ -#endif #include <limits.h> #include <float.h> @@ -133,6 +130,8 @@ typedef unsigned int gsize; #define G_HAVE_GROWING_STACK 0 +#define G_GNUC_INTERNAL + #define G_THREADS_ENABLED #define G_THREADS_IMPL_WIN32 typedef struct _GMutex* GStaticMutex; |