mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
always define G_HAVE_INLINE if __cplusplus is defined, reported by Wan-Teh
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>.
This commit is contained in:
parent
1f199b4e7b
commit
c8ba100dab
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user