pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-01-04
2000-01-04 01:32:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7c95f1c46135554f462e3e62a92adcc3c544555d (
25
lines) (+
14
/-
11
)
[
Show
|
Annotate
]
Branch:
7.9
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);