~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to tools/falign.c

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
static char const rcsid[] = "$Id: falign.c,v 6.3 2003/05/30 17:25:36 coulouri Exp $";
 
2
 
1
3
/*  falign.c
2
4
* ===========================================================================
3
5
*
56
58
* Date     Name        Description of modification
57
59
*
58
60
* $Log: falign.c,v $
 
61
* Revision 6.3  2003/05/30 17:25:36  coulouri
 
62
* add rcsid
 
63
*
59
64
* Revision 6.2  2000/11/02 20:56:17  vakatov
60
65
* Renamed "join()" to "static s_Join()" to avoid name conflicts
61
66
*