fix bad bracket
This commit is contained in:
parent
50b380c2aa
commit
000f4524ea
@ -1242,7 +1242,6 @@ p_atom_chars(void)
|
|||||||
Yap_Error(TYPE_ERROR_CHARACTER,Head,"atom_chars/2");
|
Yap_Error(TYPE_ERROR_CHARACTER,Head,"atom_chars/2");
|
||||||
return(FALSE);
|
return(FALSE);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
t = TailOfTerm(t);
|
t = TailOfTerm(t);
|
||||||
if (IsVarTerm(t)) {
|
if (IsVarTerm(t)) {
|
||||||
Yap_Error(INSTANTIATION_ERROR,t,"atom_chars/2");
|
Yap_Error(INSTANTIATION_ERROR,t,"atom_chars/2");
|
||||||
@ -1252,6 +1251,7 @@ p_atom_chars(void)
|
|||||||
return(FALSE);
|
return(FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (ws) {
|
if (ws) {
|
||||||
*ws++ = '\0';
|
*ws++ = '\0';
|
||||||
while ((at = Yap_LookupWideAtom((wchar_t *)String)) == NIL) {
|
while ((at = Yap_LookupWideAtom((wchar_t *)String)) == NIL) {
|
||||||
|
Reference in New Issue
Block a user