bbdd
This commit is contained in:
10
C/arrays.c
10
C/arrays.c
@@ -1135,7 +1135,15 @@ static Int create_static_array(USES_REGS1) {
|
||||
props = array_of_terms;
|
||||
if (args[CREATE_ARRAY_NB_TERM].used)
|
||||
props = array_of_nb_terms;
|
||||
|
||||
/* if (args[CREATE_ARRAY_MATRIX].used) {
|
||||
tprops = args[CREATE_ARRAY_TYPE].tvalue;
|
||||
|
||||
if (tprops == TermTrue) {
|
||||
in_matrix = true;
|
||||
size += sizeof(MP_INT)/sizeof(CELL);
|
||||
}
|
||||
}
|
||||
*/
|
||||
StaticArrayEntry *pp;
|
||||
if (IsVarTerm(t)) {
|
||||
Yap_Error(INSTANTIATION_ERROR, t, "create static array");
|
||||
|
Reference in New Issue
Block a user