fixed typo
This commit is contained in:
parent
77830f353c
commit
3ed0f85ba7
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ chk_basesubrange(tp, base)
|
||||||
else if (base == int_type) {
|
else if (base == int_type) {
|
||||||
if (tp->tp_next == card_type &&
|
if (tp->tp_next == card_type &&
|
||||||
! chk_bounds(tp->sub_ub,max_int[(int)int_size],T_CARDINAL)){
|
! chk_bounds(tp->sub_ub,max_int[(int)int_size],T_CARDINAL)){
|
||||||
error("upperbound to large for type INTEGER");
|
error("upperbound too large for type INTEGER");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else error("illegal base for a subrange");
|
else error("illegal base for a subrange");
|
||||||
|
|
Loading…
Reference in a new issue