Subversion Repositories tendra.SVN

Rev

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

Rev 7 Rev 38
Line 99... Line 99...
99
 
99
 
100
int exit_status = EXIT_SUCCESS;
100
int exit_status = EXIT_SUCCESS;
101
int no_errors = 0;
101
int no_errors = 0;
102
int warnings = 1;
102
int warnings = 1;
103
char *progname = "tspec";
103
char *progname = "tspec";
104
char *progvers = "2.8";
104
char *progvers = "3.0";
105
time_t progdate = 0;
105
time_t progdate = 0;
106
char *filename = null;
106
char *filename = null;
107
int line_no = 1;
107
int line_no = 1;
108
 
108
 
109
 
109