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

« back to all changes in this revision

Viewing changes to tools/urkutil.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: urkutil.c,v 6.5 2003/05/30 17:25:38 coulouri Exp $";
 
2
 
1
3
/*
2
4
* ===========================================================================
3
5
*
29
31
*
30
32
* Version Creation Date: 98-01-01
31
33
*
32
 
* $Revision: 6.4 $
 
34
* $Revision: 6.5 $
33
35
*
34
36
* File Description: urk utilities
35
37
*
38
40
* Date       Name        Description of modification
39
41
* --------------------------------------------------------------------------
40
42
* $Log: urkutil.c,v $
 
43
* Revision 6.5  2003/05/30 17:25:38  coulouri
 
44
* add rcsid
 
45
*
41
46
* Revision 6.4  1999/10/18 18:03:40  madden
42
47
* Remove Entrez calls from tools lib function
43
48
*