enable path expansion by default

This commit is contained in:
Vítor Santos Costa
2015-04-24 10:03:44 -06:00
parent d5ce9a1376
commit 0ed3ee4fc4
16 changed files with 1551 additions and 1566 deletions

View File

@@ -589,7 +589,7 @@ strings of wide characters:
</li>
<li>YAP_Term YAP_NWideBufferToString(wchar_t \* _buf_, size_t _len_)
</li>
<li>YAP_Term YAP_BufferToAtomList(char \* _buf_)
<li>YAP_Term YAP_BufferToAtomList(char \* _buf_)
</li>
<li>YAP_Term YAP_NBufferToAtomList(char \* _buf_, size_t _len_)
</li>
@@ -787,7 +787,7 @@ The next one returns the length of a well-formed list _t_, or
`-1` otherwise:
<ul>
<li>Int YAP_ListLength(YAP_Term t)
<li>Int YAP_ListLength(YAP_Term t)
</li>
</ul>