Rev 8086 | Rev 8122 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8086 | Rev 8100 | ||
---|---|---|---|
Line 225... | Line 225... | ||
225 | va_end(vp); |
225 | va_end(vp); |
226 | if(strlen(p)>=MAX_FNAME-1) error("name_too_long %.20s",p); |
226 | if(strlen(p)>=MAX_FNAME-1) error("name_too_long %.20s",p); |
227 | return p; |
227 | return p; |
228 | } |
228 | } |
229 | 229 | ||
230 | #include "lines.c" |
230 | #include "../../Lib/lines.c" |
231 | #include "translate.c" |
231 | #include "translate.c" |
232 | #include "match.c" |
232 | #include "match.c" |
233 | #include "compile.c" |
233 | #include "compile.c" |
234 | 234 | ||
235 | void getparms(void) |
235 | void getparms(void) |