~ubuntu-branches/ubuntu/precise/yagiuda/precise

« back to all changes in this revision

Viewing changes to src/copy_matrix.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:
4
4
#include <errno.h>
5
5
#include "yagi.h"
6
6
 
7
 
extern int errno;
8
7
 
9
8
void copy_matrix(int length, int width, double **to, double **from) 
10
9
{