- versioning in macos
- fixes to input/output to improve interaction with eclipse console. -
This commit is contained in:
@@ -249,7 +249,7 @@ writeTopTerm(term_t t, int prec, write_options *options)
|
||||
|
||||
int
|
||||
writeAtomToStream(IOSTREAM *s, atom_t atom)
|
||||
{ Yap_plwrite(MkAtomTerm(YAP_AtomFromSWIAtom(atom)), s, 0, 0, 1200);
|
||||
{ Yap_WriteAtom( s, YAP_AtomFromSWIAtom(atom));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user