Subversion Repositories wimsdev

Rev

Rev 8195 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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