Branch: Tag:

2000-01-04

2000-01-04 00:39:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Removed a few extraneous error messages.

Rev: src/docode.c:1.62

5:   \*/   /**/   #include "global.h" - RCSID("$Id: docode.c,v 1.61 2000/01/04 00:17:00 grubba Exp $"); + RCSID("$Id: docode.c,v 1.62 2000/01/04 00:39:04 grubba Exp $");   #include "las.h"   #include "program.h"   #include "language.h"
950:    }    }    +  if (!num_parse_error) {    tmp1=eval_low(lower);    if(tmp1<1)    {
980:    current_switch_jumptable[current_switch_case-1];    current_switch_case++;    +  if (!num_parse_error) {    tmp1=eval_low(CDR(n));    if(tmp1<1)    {
992:    for(tmp1=current_switch_values_on_stack; tmp1 > 1; tmp1--)    if(is_equal(sp-tmp1, sp-1))    yyerror("Duplicate case."); +  }    current_switch_jumptable[current_switch_case++]=-1;    }    }else{    current_switch_jumptable[current_switch_case++]=-1;    }    } -  +  }    return 0;    }