~ubuntu-branches/ubuntu/karmic/ncbi-tools6/karmic

« back to all changes in this revision

Viewing changes to asnstat/asnsset.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2009-03-19 10:17:26 UTC
  • mfrom: (1.3.1 upstream) (5.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090319101726-wjuj7ajnq0w5a0mg
Tags: 6.1.20090301-1
* New upstream release; uploading to unstable now that lenny is out.
* debian/lib{ncbi6,vibrant6a}.symbols: update accordingly.
* doc/man/*.1: update accordingly as well.
* debian/control: place lib*-dbg in the new debug section, per the
  current override file.
* debian/control: declare compliance with Policy 3.8.1 (no changes needed).
* api/aliread.c: merge in fix (from 6.1.20080302-4) to undefined use of
  sprintf caught by Kees Cook's scan.
* debian/watch: belatedly update regex to recognize releases like the
  previous one ([6.1.]20081116a).

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include <asn.h>
10
10
#endif
11
11
 
12
 
static char * asnfilename = "asnsset.h62";
13
 
static AsnValxNode avnx[21] = {
 
12
static char * asnfilename = "asnsset.h65";
 
13
static AsnValxNode avnx[25] = {
14
14
    {20,"not-set" ,0,0.0,&avnx[1] } ,
15
15
    {20,"nuc-prot" ,1,0.0,&avnx[2] } ,
16
16
    {20,"segset" ,2,0.0,&avnx[3] } ,
30
30
    {20,"eco-set" ,16,0.0,&avnx[17] } ,
31
31
    {20,"gen-prod-set" ,17,0.0,&avnx[18] } ,
32
32
    {20,"wgs-set" ,18,0.0,&avnx[19] } ,
 
33
    {20,"named-annot" ,19,0.0,&avnx[20] } ,
 
34
    {20,"named-annot-prod" ,20,0.0,&avnx[21] } ,
 
35
    {20,"read-set" ,21,0.0,&avnx[22] } ,
 
36
    {20,"paired-end-reads" ,22,0.0,&avnx[23] } ,
33
37
    {20,"other" ,255,0.0,NULL } ,
34
38
    {3,NULL,0,0.0,NULL } };
35
39
 
41
45
  {407, "Dbtag" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[12]} ,
42
46
  {0, "level" ,128,2,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[7]} ,
43
47
  {302, "INTEGER" ,0,2,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
44
 
  {0, "class" ,128,3,0,0,1,0,0,0,&avnx[20],&atx[8],&avnx[0],0,&atx[9]} ,
 
48
  {0, "class" ,128,3,0,0,1,0,0,0,&avnx[24],&atx[8],&avnx[0],0,&atx[9]} ,
45
49
  {310, "ENUMERATED" ,0,10,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
46
50
  {0, "release" ,128,4,0,1,0,0,0,0,NULL,&atx[10],NULL,0,&atx[11]} ,
47
51
  {323, "VisibleString" ,0,26,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
64
68
  {311, "SEQUENCE" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} };
65
69
 
66
70
static AsnModule ampx[1] = {
67
 
  { "NCBI-Seqset" , "asnsset.h62",&atx[0],NULL,NULL,0,0} };
 
71
  { "NCBI-Seqset" , "asnsset.h65",&atx[0],NULL,NULL,0,0} };
68
72
 
69
73
static AsnValxNodePtr avn = avnx;
70
74
static AsnTypePtr at = atx;