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

« back to all changes in this revision

Viewing changes to src/skels/dependant_option.cc

  • 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
/*
2
2
 * File automatically generated by
3
 
 * gengen 1.2 by Lorenzo Bettini 
 
3
 * gengen 1.4.3rc by Lorenzo Bettini 
4
4
 * http://www.gnu.org/software/gengen
5
5
 */
6
6
 
31
31
  stream << ", (additional_error ? additional_error : \"\"));";
32
32
  stream << "\n";
33
33
  stream << indent_str;
34
 
  stream << "    error = 1;";
 
34
  stream << "    error_occurred = 1;";
35
35
  stream << "\n";
36
36
  stream << indent_str;
37
37
  stream << "  }";