Cosmetics: move the G_GNUC_INTERNAL define to the same place where it is
authorTor Lillqvist <tml@iki.fi>
Sat, 6 Nov 2004 03:26:56 +0000 (03:26 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 6 Nov 2004 03:26:56 +0000 (03:26 +0000)
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

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glibconfig.h.win32.in

index a6e5ea8..418d265 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index a6e5ea8..418d265 100644 (file)
@@ -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
index a6e5ea8..418d265 100644 (file)
@@ -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
index a6e5ea8..418d265 100644 (file)
@@ -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
index a6e5ea8..418d265 100644 (file)
@@ -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
index 14008ba..ec0b87a 100644 (file)
@@ -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;