|
111.
|
|
|
indicator variable must have an integer type
|
|
|
|
标记变量必须有一个整数类型
|
|
Translated by
Weibin
|
|
|
|
Located in
variable.c:463
|
|
112.
|
|
|
unrecognized data type name "%s "
|
|
|
|
无法识别的数据类型名称 "%s "
|
|
Translated by
Weibin
|
|
|
|
Located in
variable.c:475
|
|
113.
|
|
|
multidimensional arrays are not supported
|
|
|
|
不支持多维数组
|
|
Translated by
Weibin
|
|
|
|
Located in
variable.c:486 variable.c:494 variable.c:511 variable.c:514
|
|
114.
|
|
|
multilevel pointers (more than 2 levels) are not supported; found %d level
|
|
|
multilevel pointers (more than 2 levels) are not supported; found %d levels
|
|
|
|
不支持多级指针(超过2级);找到了%d 级指针.
|
|
Translated by
Weibin
|
|
|
|
Located in
variable.c:503
|
|
115.
|
|
|
pointer to pointer is not supported for this data type
|
|
|
|
对于这种数据类型不支持指向指针的指针
|
|
Translated by
Weibin
|
|
|
|
Located in
variable.c:508
|
|
116.
|
|
|
multidimensional arrays for structures are not supported
|
|
|
|
不支持结构类型的多维数组
|
|
Translated by
Weibin
|
|
|
|
Located in
variable.c:528
|