Rev 14873 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14873 | Rev 15297 | ||
---|---|---|---|
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 |
- | |
34 | char *fnd_position; |
- | |
35 | char *fnd_nextpos; |
- | |
36 | **/ |
- | |
37 | 28 | ||
38 | regex regexchk[MAX_REGEX]; |
29 | regex regexchk[MAX_REGEX]; |
39 | 30 | ||
40 | int regexcnt=0; |
31 | int regexcnt=0; |
41 | 32 |