Rev 8195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8195 | Rev 14873 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | char *objline[MAX_OBJLINES]; |
23 | char *objline[MAX_OBJLINES]; |
24 | int objlinecnt, thisobjline, thislinelen; |
24 | int objlinecnt, thisobjline, thislinelen; |
25 | int expl1, expl2; |
25 | int expl1, expl2; |
26 | char *reqtype; |
26 | char *reqtype; |
27 | int logdir, linelogdir; |
27 | int logdir, linelogdir; |
- | 28 | ||
- | 29 | /** |
|
- | 30 | * GK 2020-04-18 |
|
- | 31 | * commented out those extra declarations, which raise errors with gcc-10 |
|
- | 32 | * since "fnd_position" is already defined in libwims.c, line 22 and |
|
- | 33 | * "fnd_nextpos" is already defined in libwims.c, line 23 |
|
28 | char *fnd_position; |
34 | char *fnd_position; |
29 | char *fnd_nextpos; |
35 | char *fnd_nextpos; |
- | 36 | **/ |
|
30 | 37 | ||
31 | regex regexchk[MAX_REGEX]; |
38 | regex regexchk[MAX_REGEX]; |
32 | 39 | ||
33 | int regexcnt=0; |
40 | int regexcnt=0; |
34 | 41 |