Rev 14873 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14873 | Rev 15297 | ||
---|---|---|---|
Line 66... | Line 66... | ||
66 | void getregex(char *p); |
66 | void getregex(char *p); |
67 | 67 | ||
68 | extern int regexcnt; |
68 | extern int regexcnt; |
69 | int _type(char *p, int commas[], int *commacnt); |
69 | int _type(char *p, int commas[], int *commacnt); |
70 | 70 | ||
71 | /** |
- | |
72 | * GK 2020-04-18 |
- | |
73 | * bare variables must not be declared in header files |
- | |
74 | * they are commented out and an extern clause is used instead |
- | |
75 | int objlinecnt, thisobjline, thislinelen; |
- | |
76 | int expl1, expl2; |
- | |
77 | char *reqtype; |
- | |
78 | int logdir, linelogdir; |
- | |
79 | char *objline[MAX_OBJLINES]; |
- | |
80 | int nocomma; |
- | |
81 | **/ |
- | |
82 | extern int objlinecnt; |
71 | extern int objlinecnt; |
83 | extern int thisobjline; |
72 | extern int thisobjline; |
84 | extern int thislinelen; |
73 | extern int thislinelen; |
85 | extern int expl1; |
74 | extern int expl1; |
86 | extern int expl2; |
75 | extern int expl2; |