~ubuntu-branches/ubuntu/maverick/ncbi-tools6/maverick

« back to all changes in this revision

Viewing changes to object/objfdef.h

  • 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:
29
29
*   
30
30
* Version Creation Date: 9/94
31
31
*
32
 
* $Revision: 6.2 $
 
32
* $Revision: 6.5 $
33
33
*
34
34
* File Description:  Object manager for feature definitions
35
35
*
40
40
*
41
41
*
42
42
* $Log: objfdef.h,v $
 
43
* Revision 6.5  2003/10/07 13:51:04  kans
 
44
* added gap, operon, oriT features and ecotype, estimated_length and operon qualifiers
 
45
*
 
46
* Revision 6.4  2003/02/12 14:15:03  rsmith
 
47
* Undo last change adding FEATDEF_ALIGN
 
48
*
 
49
* Revision 6.3  2003/02/11 21:52:15  rsmith
 
50
* Added FEATDEF_ALIGN so that alignments could have their own appearance styles.
 
51
*
43
52
* Revision 6.2  2001/05/29 22:46:03  kans
44
53
* added FEATDEF_snoRNA, increased FEATDEF_MAX
45
54
*
333
342
#define FEATDEF_sig_peptide_aa 88
334
343
#define FEATDEF_transit_peptide_aa 89
335
344
#define FEATDEF_snoRNA 90
 
345
#define FEATDEF_gap 91
 
346
#define FEATDEF_operon 92
 
347
#define FEATDEF_oriT 93
336
348
 
337
 
#define FEATDEF_MAX 91 /* size of array needed for featdef filter parameters */
 
349
#define FEATDEF_MAX 94 /* size of array needed for featdef filter parameters */
338
350
 
339
351
 
340
352
#ifdef __cplusplus