Blame gnu/argp-fs-xinl.c

Packit 1ef1a9
/* Real definitions for extern inline functions in argp-fmtstream.h
Packit 1ef1a9
   Copyright (C) 1997, 2003-2004, 2009-2015 Free Software Foundation, Inc.
Packit 1ef1a9
   This file is part of the GNU C Library.
Packit 1ef1a9
   Written by Miles Bader <miles@gnu.ai.mit.edu>.
Packit 1ef1a9
Packit 1ef1a9
   This program is free software: you can redistribute it and/or modify
Packit 1ef1a9
   it under the terms of the GNU General Public License as published by
Packit 1ef1a9
   the Free Software Foundation; either version 3 of the License, or
Packit 1ef1a9
   (at your option) any later version.
Packit 1ef1a9
Packit 1ef1a9
   This program is distributed in the hope that it will be useful,
Packit 1ef1a9
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 1ef1a9
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 1ef1a9
   GNU General Public License for more details.
Packit 1ef1a9
Packit 1ef1a9
   You should have received a copy of the GNU General Public License
Packit 1ef1a9
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
Packit 1ef1a9
Packit 1ef1a9
#ifdef HAVE_CONFIG_H
Packit 1ef1a9
# include <config.h>
Packit 1ef1a9
#endif
Packit 1ef1a9
Packit 1ef1a9
#ifdef _LIBC
Packit 1ef1a9
# define ARGP_FS_EI
Packit 1ef1a9
#else
Packit 1ef1a9
# define ARGP_FS_EI _GL_EXTERN_INLINE
Packit 1ef1a9
#endif
Packit 1ef1a9
#undef __OPTIMIZE__
Packit 1ef1a9
#define __OPTIMIZE__ 1
Packit 1ef1a9
#include "argp-fmtstream.h"
Packit 1ef1a9
Packit 1ef1a9
#if 0
Packit 1ef1a9
/* Not exported.  */
Packit 1ef1a9
/* Add weak aliases.  */
Packit 1ef1a9
#if _LIBC - 0 && !defined (ARGP_FMTSTREAM_USE_LINEWRAP) && defined (weak_alias)
Packit 1ef1a9
Packit 1ef1a9
weak_alias (__argp_fmtstream_putc, argp_fmtstream_putc)
Packit 1ef1a9
weak_alias (__argp_fmtstream_puts, argp_fmtstream_puts)
Packit 1ef1a9
weak_alias (__argp_fmtstream_write, argp_fmtstream_write)
Packit 1ef1a9
weak_alias (__argp_fmtstream_set_lmargin, argp_fmtstream_set_lmargin)
Packit 1ef1a9
weak_alias (__argp_fmtstream_set_rmargin, argp_fmtstream_set_rmargin)
Packit 1ef1a9
weak_alias (__argp_fmtstream_set_wmargin, argp_fmtstream_set_wmargin)
Packit 1ef1a9
weak_alias (__argp_fmtstream_point, argp_fmtstream_point)
Packit 1ef1a9
Packit 1ef1a9
#endif
Packit 1ef1a9
#endif