From d6b9b86fbee44dff513dd7b4375486115ba97f14 Mon Sep 17 00:00:00 2001 From: kcook Date: Thu, 11 Mar 2004 00:27:41 +0000 Subject: boehm-gc/ 2004-03-10 Kelley Cook * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. * config.in: Regenerate. fastjar/ 2004-03-10 Kelley Cook * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. intl/ 2004-03-10 Kelley Cook * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. * config.h.in: Regenerate. gcc/ 2004-03-10 Kelley Cook * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. libada/ 2004-03-10 Kelley Cook * configure.in: Rename file to ... * configure.ac: .. to this. Bump AC_PREREQ to 2.59. * configure: Regenerate. libjava/libltdl/ 2004-03-10 Kelley Cook * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. * config-h.in: Regenerate. libstdc++-v3/ 2004-03-10 Kelley Cook * configure.ac: Bump AC_PREREQ to 2.59. contrib/ 2004-03-10 Kelley Cook * gcc_update (files_and_dependencies): Insert libada/configure. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79285 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/libltdl/config-h.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libjava/libltdl/config-h.in') diff --git a/libjava/libltdl/config-h.in b/libjava/libltdl/config-h.in index 0b845597e62..b8640710fcc 100644 --- a/libjava/libltdl/config-h.in +++ b/libjava/libltdl/config-h.in @@ -188,6 +188,8 @@ /* Define to a type to use for `error_t' if it is not otherwise available. */ #undef error_t -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus #undef inline +#endif -- cgit v1.2.1