~vcs-imports/grub/grub2-bzr

« back to all changes in this revision

Viewing changes to grub-core/gnulib/argp-pv.c

  • Committer: Vladimir 'phcoder' Serbinenko
  • Date: 2013-04-11 19:12:46 UTC
  • Revision ID: phcoder@gmail.com-20130411191246-fz1xdy47z3vv2kt8
        Import new gnulib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Default definition for ARGP_PROGRAM_VERSION.
2
 
   Copyright (C) 1996, 1997, 1999, 2006, 2009, 2010 Free Software Foundation,
 
2
   Copyright (C) 1996-1997, 1999, 2006, 2009-2013 Free Software Foundation,
3
3
   Inc.
4
4
   This file is part of the GNU C Library.
5
5
   Written by Miles Bader <miles@gnu.ai.mit.edu>.
23
23
   ARGP_NO_EXIT flag is used).  Overridden by ARGP_PROGRAM_VERSION_HOOK.  */
24
24
const char *argp_program_version
25
25
/* This variable should be zero-initialized.  On most systems, putting it into
26
 
   BSS is sufficient.  Not so on MacOS X 10.3 and 10.4, see
 
26
   BSS is sufficient.  Not so on Mac OS X 10.3 and 10.4, see
27
27
   <http://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00329.html>
28
28
   <http://lists.gnu.org/archive/html/bug-gnulib/2009-08/msg00096.html>.  */
29
29
#if defined __ELF__