Branch: Tag:

2000-01-04

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

Fixed typo.

Rev: src/docode.c:1.64

5:   \*/   /**/   #include "global.h" - RCSID("$Id: docode.c,v 1.63 2000/01/04 01:29:11 grubba Exp $"); + RCSID("$Id: docode.c,v 1.64 2000/01/04 01:32:04 grubba Exp $");   #include "las.h"   #include "program.h"   #include "language.h"
873:    f_aggregate(cases);    order=get_switch_order(sp[-1].u.array);    +  if (!num_parse_error) {    /* Check for cases inside a range */    for(e=0; e<cases-1; e++)    {
888:    }    }    } +  }       if(current_switch_default < 0)    current_switch_default = ins_label(-1);