~ubuntu-branches/debian/experimental/ncbi-tools6/experimental

« back to all changes in this revision

Viewing changes to asnstat/asnsset.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:
9
9
#include <asn.h>
10
10
#endif
11
11
 
12
 
static char * asnfilename = "asnsset.h61";
13
 
static AsnValxNode avnx[20] = {
 
12
static char * asnfilename = "asnsset.h62";
 
13
static AsnValxNode avnx[21] = {
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] } ,
29
29
    {20,"phy-set" ,15,0.0,&avnx[16] } ,
30
30
    {20,"eco-set" ,16,0.0,&avnx[17] } ,
31
31
    {20,"gen-prod-set" ,17,0.0,&avnx[18] } ,
 
32
    {20,"wgs-set" ,18,0.0,&avnx[19] } ,
32
33
    {20,"other" ,255,0.0,NULL } ,
33
34
    {3,NULL,0,0.0,NULL } };
34
35
 
40
41
  {407, "Dbtag" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[12]} ,
41
42
  {0, "level" ,128,2,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[7]} ,
42
43
  {302, "INTEGER" ,0,2,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
43
 
  {0, "class" ,128,3,0,0,1,0,0,0,&avnx[19],&atx[8],&avnx[0],0,&atx[9]} ,
 
44
  {0, "class" ,128,3,0,0,1,0,0,0,&avnx[20],&atx[8],&avnx[0],0,&atx[9]} ,
44
45
  {310, "ENUMERATED" ,0,10,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
45
46
  {0, "release" ,128,4,0,1,0,0,0,0,NULL,&atx[10],NULL,0,&atx[11]} ,
46
47
  {323, "VisibleString" ,0,26,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
63
64
  {311, "SEQUENCE" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} };
64
65
 
65
66
static AsnModule ampx[1] = {
66
 
  { "NCBI-Seqset" , "asnsset.h61",&atx[0],NULL,NULL,0,0} };
 
67
  { "NCBI-Seqset" , "asnsset.h62",&atx[0],NULL,NULL,0,0} };
67
68
 
68
69
static AsnValxNodePtr avn = avnx;
69
70
static AsnTypePtr at = atx;