Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 8 Oct 1998 17:20:54 +0000 (17:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 8 Oct 1998 17:20:54 +0000 (17:20 +0000)
* argp/argp-xinl.c: Likewise.

ChangeLog
argp/argp-xinl.c

index e884712..67bc5df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
        reallocation case.
 
        * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
+       * argp/argp-xinl.c: Likewise.
 
        * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
        Ruffian entry back.
index 35a8f83..da231cf 100644 (file)
@@ -1,5 +1,5 @@
 /* Real definitions for extern inline functions in argp.h
-   Copyright (C) 1997 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written by Miles Bader <miles@gnu.ai.mit.edu>.
 
 #include <config.h>
 #endif
 
+#include <features.h>
+
+#ifndef __USE_EXTERN_INLINES
+# define __USE_EXTERN_INLINES  1
+#endif
 #define ARGP_EI
 #undef __OPTIMIZE__
 #define __OPTIMIZE__