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

« back to all changes in this revision

Viewing changes to api/gbfeat.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:
3
3
*   -- all routines for checking genbank feature table
4
4
*   -- all extern variables are in gbftglob.c
5
5
*                                                                  10-11-93
6
 
$Revision: 6.8 $
 
6
$Revision: 6.9 $
7
7
*
8
8
* $Log: gbfeat.c,v $
 
9
* Revision 6.9  2003/10/09 15:35:51  bazhin
 
10
* Qualifier "rpt_unit" is removed from the list of ones to be splitted
 
11
* by commas.
 
12
*
9
13
* Revision 6.8  2001/12/06 17:00:41  kans
10
14
* TextSave takes size_t, not Int2, otherwise titin protein tries to allocate negative number
11
15
*
74
78
#include <gbfeat.h>
75
79
#include <errdefn.h>
76
80
 
77
 
#define ParFlat_SPLIT_IGNORE 5
 
81
#define ParFlat_SPLIT_IGNORE 4
78
82
CharPtr GBQual_names_split_ignore[ParFlat_SPLIT_IGNORE] = {
79
 
"citation", "EC_number", "rpt_type", "rpt_unit", "usedin"};
 
83
"citation", "EC_number", "rpt_type", "usedin"};
80
84
 
81
85
/*------------------------- GBQualNameValid() ------------------------*/
82
86
/****************************************************************************