~ubuntu-branches/ubuntu/saucy/ncbi-tools6/saucy-proposed

« back to all changes in this revision

Viewing changes to object/objfdef.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2009-08-11 22:03:47 UTC
  • mfrom: (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090811220347-g4b6lzdvphvvbpiu
* New upstream release.
* debian/libncbi6.symbols: update accordingly.
* debian/control: clean up obsolete or redundant relationship declarations.

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.6 $
 
32
* $Revision: 6.7 $
33
33
*
34
34
* File Description:  Object manager for feature definitions
35
35
*
313
313
#define FEATDEF_oriT 93
314
314
#define FEATDEF_ncRNA 94
315
315
#define FEATDEF_tmRNA 95
 
316
#define FEATDEF_CLONEREF 96
316
317
 
317
 
#define FEATDEF_MAX 96 /* size of array needed for featdef filter parameters */
 
318
#define FEATDEF_MAX 97 /* size of array needed for featdef filter parameters */
318
319
 
319
320
 
320
321
#ifdef __cplusplus