Rev 8871 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8871 | Rev 12122 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #define elsechar '\001' |
1 | #define elsechar '\001' |
2 | #define endifchar '\002' |
2 | #define endifchar '\002' |
3 | #define nextchar '\003' |
3 | #define nextchar '\003' |
4 | #define whilechar '\004' |
4 | #define whilechar '\004' |
5 | #define MAX_PARM 10 |
5 | #define MAX_PARM 10 |
6 | #define MAX_PROMPTLEN 40 |
- | |
7 | #define MAX_PARAM 1024 |
6 | #define MAX_PARAM 1024 |
8 | 7 | ||
9 | extern int inlen, primserial, prepcnt; |
8 | extern int inlen, primserial, prepcnt; |
10 | void msg_error(char *s); |
9 | void msg_error(char *s); |
11 | void substdoc(char *p); |
10 | void substdoc(char *p); |