Subversion Repositories wimsdev

Rev

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

Rev 8185 Rev 8195
Line 21... Line 21...
21
 
21
 
22
char *fnd_position;
22
char *fnd_position;
23
char *fnd_nextpos;
23
char *fnd_nextpos;
24
int *ev_varcnt=NULL;
24
int *ev_varcnt=NULL;
25
ev_variable *ev_var=NULL;
25
ev_variable *ev_var=NULL;
-
 
26
 
-
 
27
void error(char *msg)
-
 
28
{
-
 
29
    fprintf(stderr,"%s\n",msg);
-
 
30
    printf("ERROR\n");
-
 
31
    exit(1);
-
 
32
}