argp-xinl.c revision 2
1N/A/* Real definitions for extern inline functions in argp.h
1N/A Copyright (C) 1997, 1998, 2004, 2009, 2010 Free Software Foundation, Inc.
1N/A This file is part of the GNU C Library.
1N/A Written by Miles Bader <miles@gnu.ai.mit.edu>.
1N/A
1N/A This program is free software: you can redistribute it and/or modify
1N/A it under the terms of the GNU General Public License as published by
1N/A the Free Software Foundation; either version 3 of the License, or
1N/A (at your option) any later version.
1N/A
1N/A This program is distributed in the hope that it will be useful,
1N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
1N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1N/A GNU General Public License for more details.
1N/A
1N/A You should have received a copy of the GNU General Public License
1N/A along with this program. If not, see <http://www.gnu.org/licenses/>. */
1N/A
1N/A#ifdef HAVE_CONFIG_H
1N/A# include <config.h>
1N/A#endif
1N/A
1N/A#if defined _LIBC || defined HAVE_FEATURES_H
1N/A# include <features.h>
1N/A#endif
1N/A
1N/A#ifndef __USE_EXTERN_INLINES
1N/A# define __USE_EXTERN_INLINES 1
1N/A#endif
1N/A#define ARGP_EI
1N/A#undef __OPTIMIZE__
#define __OPTIMIZE__ 1
#include "argp.h"
/* Add weak aliases. */
#if _LIBC - 0 && defined (weak_alias)
weak_alias (__argp_usage, argp_usage)
weak_alias (__option_is_short, _option_is_short)
weak_alias (__option_is_end, _option_is_end)
#endif