always define G_HAVE_INLINE if __cplusplus is defined, reported by Wan-Teh
authorTim Janik <timj@gtk.org>
Sun, 13 Dec 1998 00:09:27 +0000 (00:09 +0000)
committerTim Janik <timj@src.gnome.org>
Sun, 13 Dec 1998 00:09:27 +0000 (00:09 +0000)
Sat Dec 12 19:08:59 1998  Tim Janik  <timj@gtk.org>

        * configure.in: always define G_HAVE_INLINE if __cplusplus is
        defined, reported by Wan-Teh Chang <wtc@netscape.com>.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 888c49e..7d1d075 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 12 19:08:59 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: always define G_HAVE_INLINE if __cplusplus is
+       defined, reported by Wan-Teh Chang <wtc@netscape.com>.
+
 Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.7
index 888c49e..7d1d075 100644 (file)
@@ -1,3 +1,8 @@
+Sat Dec 12 19:08:59 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: always define G_HAVE_INLINE if __cplusplus is
+       defined, reported by Wan-Teh Chang <wtc@netscape.com>.
+
 Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.7
index 888c49e..7d1d075 100644 (file)
@@ -1,3 +1,8 @@
+Sat Dec 12 19:08:59 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: always define G_HAVE_INLINE if __cplusplus is
+       defined, reported by Wan-Teh Chang <wtc@netscape.com>.
+
 Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.7
index 888c49e..7d1d075 100644 (file)
@@ -1,3 +1,8 @@
+Sat Dec 12 19:08:59 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: always define G_HAVE_INLINE if __cplusplus is
+       defined, reported by Wan-Teh Chang <wtc@netscape.com>.
+
 Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.7
index 888c49e..7d1d075 100644 (file)
@@ -1,3 +1,8 @@
+Sat Dec 12 19:08:59 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: always define G_HAVE_INLINE if __cplusplus is
+       defined, reported by Wan-Teh Chang <wtc@netscape.com>.
+
 Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.7
index 888c49e..7d1d075 100644 (file)
@@ -1,3 +1,8 @@
+Sat Dec 12 19:08:59 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: always define G_HAVE_INLINE if __cplusplus is
+       defined, reported by Wan-Teh Chang <wtc@netscape.com>.
+
 Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.7
index 888c49e..7d1d075 100644 (file)
@@ -1,3 +1,8 @@
+Sat Dec 12 19:08:59 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: always define G_HAVE_INLINE if __cplusplus is
+       defined, reported by Wan-Teh Chang <wtc@netscape.com>.
+
 Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.7
index 888c49e..7d1d075 100644 (file)
@@ -1,3 +1,8 @@
+Sat Dec 12 19:08:59 1998  Tim Janik  <timj@gtk.org>
+
+       * configure.in: always define G_HAVE_INLINE if __cplusplus is
+       defined, reported by Wan-Teh Chang <wtc@netscape.com>.
+
 Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GLib 1.1.7
index a8b7fe4..2a91d11 100644 (file)
@@ -619,7 +619,11 @@ $glib_defines
 
 $glib_vacopy
 
+#ifdef __cplusplus
+#define        G_HAVE_INLINE   1
+#else  /* !__cplusplus */
 $glib_inline
+#endif /* !__cplusplus */
 
 #define G_BYTE_ORDER $g_byte_order
 outfile_EOF