Subversion Repositories wimsdev

Rev

Rev 8100 | Rev 8161 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8100 Rev 8122
Line 32... Line 32...
32
 
32
 
33
 
33
 
34
const char *codechar="_0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
34
const char *codechar="_0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
35
 
35
 
36
#include "symtext.h"
36
#include "symtext.h"
-
 
37
#include "../../Lib/liblines.c"
37
 
38
 
38
struct block blockbuf[MAX_BLOCKS];
39
struct block blockbuf[MAX_BLOCKS];
39
int nextblock;
40
int nextblock;
40
listtype listbuf[MAX_LISTS];
41
listtype listbuf[MAX_LISTS];
41
int nextlist;
42
int nextlist;
Line 225... Line 226...
225
    va_end(vp);
226
    va_end(vp);
226
    if(strlen(p)>=MAX_FNAME-1) error("name_too_long %.20s",p);
227
    if(strlen(p)>=MAX_FNAME-1) error("name_too_long %.20s",p);
227
    return p;
228
    return p;
228
}
229
}
229
 
230
 
230
#include "../../Lib/lines.c"
-
 
-
 
231
 
231
#include "translate.c"
232
#include "translate.c"
232
#include "match.c"
233
#include "match.c"
233
#include "compile.c"
234
#include "compile.c"
234
 
235
 
235
void getparms(void)
236
void getparms(void)