version 1.2, 2000/02/09 22:10:24
|
version 1.3, 2000/02/22 18:19:02
|
Line 730 int check_correct_unit(char *u_symb,Uni
|
Line 730 int check_correct_unit(char *u_symb,Uni
|
if ((ufp=fopen("unit.DBUG","a"))==NULL) { fprintf(stderr,"Error: can't open login debug\n"); return; } |
if ((ufp=fopen("unit.DBUG","a"))==NULL) { fprintf(stderr,"Error: can't open login debug\n"); return; } |
#endif |
#endif |
|
|
while( isspace(*u_symb) ) u_symb++; |
while( isspace(*u_symb) ) u_symb++; |
|
/* <= change this to search from the end of string */ |
|
/* or to get rid of all the white spaces */ |
|
|
|
|
ap = parse_unit_expr(u_symb); |
ap = parse_unit_expr(u_symb); |
Ptopidx=0; |
Ptopidx=0; |
postwalk_utree(ap); |
postwalk_utree(ap); |