Subversion Repositories wimsdev

Rev

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

Rev 8148 Rev 8195
Line 40... Line 40...
40
    void (*processor)(char *p, int ptype);
40
    void (*processor)(char *p, int ptype);
41
} specialfn[];
41
} specialfn[];
42
 
42
 
43
extern int specialfn_no;
43
extern int specialfn_no;
44
extern int prepcnt;
44
extern int prepcnt;
45
void error(char *s);
45
void (*sp_error)(char *s);