made V4 vxWorks the default

This commit is contained in:
Jeff Hill
1992-09-04 08:14:06 +00:00
parent 95c84fd863
commit 5bd7cb2263
2 changed files with 6 additions and 2 deletions

View File

@@ -65,8 +65,10 @@ veclist(int all)
int value;
#if defined(V4_vxWorks)
UTINY type;
#else
#elif defined(V5_vxWorks)
SYM_TYPE type;
#else
UTINY type;
#endif
char name[MAX_SYS_SYM_LEN];
char function_type[10];

View File

@@ -65,8 +65,10 @@ veclist(int all)
int value;
#if defined(V4_vxWorks)
UTINY type;
#else
#elif defined(V5_vxWorks)
SYM_TYPE type;
#else
UTINY type;
#endif
char name[MAX_SYS_SYM_LEN];
char function_type[10];