simplify format, so that it will be easier to do bug fixes
fix bug in format output for floats write and read dbrefs as $dbref(Address,0) git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@986 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
1
C/init.c
1
C/init.c
@@ -884,6 +884,7 @@ InitCodes(void)
|
||||
heap_regs->atom_dollar_undef = MkAtomTerm(Yap_FullLookupAtom("$undef"));
|
||||
#endif
|
||||
#endif
|
||||
heap_regs->atom_dbref = Yap_FullLookupAtom ("$dbref");
|
||||
heap_regs->atom_e = Yap_LookupAtom("e");
|
||||
heap_regs->atom_e_q = Yap_LookupAtom("=");
|
||||
heap_regs->atom_eof = Yap_LookupAtom ("end_of_file");
|
||||
|
Reference in New Issue
Block a user