- Fixed a couple of compiler found bugs generated by the new C compiler
- Added support to tasinit for status display part of tas-application
This commit is contained in:
4
tas.h
4
tas.h
@@ -106,8 +106,9 @@
|
||||
#define OUT 90
|
||||
#define LOC 91
|
||||
#define SWUNIT 92
|
||||
#define SINFO 93
|
||||
|
||||
#define MAXPAR 93
|
||||
#define MAXPAR 94
|
||||
#define MAXADD 20
|
||||
|
||||
/* --------------------- data structure -------------------------------*/
|
||||
@@ -123,6 +124,7 @@ typedef struct {
|
||||
int addCount;
|
||||
int iFileNO;
|
||||
int iFast;
|
||||
char scanVar[80];
|
||||
}TASdata, *pTASdata;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user