Subversion Repositories svn1-original

Rev

Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 45
Line 69... Line 69...
69
#define D_NUMBER    4                            /* a number */
69
#define D_NUMBER    4                            /* a number */
70
#define D_TIME      5                            /* a time field */
70
#define D_TIME      5                            /* a time field */
71
#define D_NULL      6                            /* no data field - only the prompt is valid */
71
#define D_NULL      6                            /* no data field - only the prompt is valid */
72
#define D_CLASS     7                            /* Team class data field */
72
#define D_CLASS     7                            /* Team class data field */
73
#define D_COUNTRY   8                            /* Team country data field */
73
#define D_COUNTRY   8                            /* Team country data field */
-
 
74
#define D_AGE       9                            /* Age field */
74
 
75
 
75
/*
76
/*
76
**  Define the types of updates available.
77
**  Define the types of updates available.
77
**  In practice only the first two are available to most programs
78
**  In practice only the first two are available to most programs
78
**  the values are used in the routine d_field
79
**  the values are used in the routine d_field