summaryrefslogtreecommitdiff
path: root/argp
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-08 17:20:54 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-08 17:20:54 +0000
commitea1dfb4a9a504558296e216f7f9d95a5f2700db9 (patch)
tree53ba63359ed9ca47411a89d6eff79e514ba04f87 /argp
parent8261bc4b7fdcef1cd70adabeb1235e464070ca0e (diff)
Update.
* argp/argp-xinl.c: Likewise.
Diffstat (limited to 'argp')
-rw-r--r--argp/argp-xinl.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/argp/argp-xinl.c b/argp/argp-xinl.c
index 35a8f8329a..da231cf554 100644
--- a/argp/argp-xinl.c
+++ b/argp/argp-xinl.c
@@ -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>.
@@ -22,6 +22,11 @@
#include <config.h>
#endif
+#include <features.h>
+
+#ifndef __USE_EXTERN_INLINES
+# define __USE_EXTERN_INLINES 1
+#endif
#define ARGP_EI
#undef __OPTIMIZE__
#define __OPTIMIZE__