From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24030 invoked by alias); 4 Apr 2002 00:11:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 24021 invoked from network); 4 Apr 2002 00:11:38 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 4 Apr 2002 00:11:38 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 979665EA11; Wed, 3 Apr 2002 19:11:37 -0500 (EST) From: Jim Blandy To: gdb-patches@sources.redhat.com Subject: PATCH: check for `inline' keyword Message-Id: <20020404001137.979665EA11@zwingli.cygnus.com> Date: Wed, 03 Apr 2002 16:11:00 -0000 X-SW-Source: 2002-04/txt/msg00085.txt.bz2 This allows GDB to use the `inline' keyword, but still build under compilers that don't support it. 2002-04-03 Jim Blandy * configure.in: Call AC_C_INLINE. * configure: Regenerated. Index: gdb/configure.in =================================================================== RCS file: /cvs/src/src/gdb/configure.in,v retrieving revision 1.84 diff -c -r1.84 configure.in *** gdb/configure.in 2002/03/15 00:44:49 1.84 --- gdb/configure.in 2002/04/04 00:10:02 *************** *** 130,135 **** --- 130,136 ---- AC_HEADER_STAT AC_C_CONST + AC_C_INLINE AC_CHECK_FUNCS(bcopy btowc bzero canonicalize_file_name isascii poll \ realpath sbrk setpgid setpgrp sigaction sigprocmask sigsetmask )