~ubuntu-branches/ubuntu/maverick/yagiuda/maverick

« back to all changes in this revision

Viewing changes to src/better.c

  • Committer: Bazaar Package Importer
  • Author(s): Joop Stakenborg
  • Date: 2005-08-22 20:20:13 UTC
  • Revision ID: james.westby@ubuntu.com-20050822202013-9hctfgecawyytic7
Tags: 1.19-2
Remove all of the "extern int errno" and "int errno" lines.
Closes: #324396.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
extern double vswr, Zo;
12
12
extern struct performance_data max;
13
 
extern int errno;
14
13
int is_it_better(int criteria,struct performance_data n, struct performance_data o) 
15
14
{
16
15
        double resistance_error;