~ubuntu-branches/ubuntu/raring/gengetopt/raring-proposed

« back to all changes in this revision

Viewing changes to src/skels/option_arg.h_skel

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-11-15 01:31:28 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20121115013128-nnj2ag7x8v091mkn
Tags: 2.22.6-1
* New upstream release.
* Switch from autotools-dev to dh-autoreconf.
* Refresh patches.
* Bump debhelper requirements to automatically enable hardening.
* Update debian/copyright.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
@IF@ long_long_arg @THEN@
2
 
#ifdef HAVE_LONG_LONG
 
2
#if defined(HAVE_LONG_LONG) || defined(HAVE_LONG_LONG_INT)
3
3
@type@ @name@_arg;      /**< @@brief @desc@@if@ has_default @then@ (default=@default_value@)@endif@.  */
4
4
#else
5
5
@longtype@ @name@_arg;  /**< @@brief @desc@@if@ has_default @then@ (default=@default_value@)@endif@.  */