~ubuntu-branches/ubuntu/hardy/gengetopt/hardy

« back to all changes in this revision

Viewing changes to src/skels/given_field.h_skel

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-01-29 14:55:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080129145540-bkah1bl330gpelmh
Tags: 2.22-1ubuntu1
* Merge with Debian; remaining changes:
  - Fix build failures with g++-4.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@IF@ multiple @THEN@unsigned @ENDIF@int @arg_name@_given ;      /**< @@brief Whether @long_opt@ was given.  */
 
1
unsigned int @arg_name@_given ; /**< @@brief Whether @long_opt@ was given.  */
2
2
@IF@ group @THEN@
3
3
  int @arg_name@_group ; /**< @@brief Whether @long_opt@'s was updated.  */
4
4
@ENDIF@
 
 
b'\\ No newline at end of file'