should be datime/1 not date/1

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@963 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2004-01-26 12:51:33 +00:00
parent 0a7ec31659
commit c6827310f5

View File

@ -8,8 +8,11 @@
* *
**************************************************************************
* *
* $Id: sys.c,v 1.17 2004-01-26 12:41:06 vsc Exp $ *
* $Id: sys.c,v 1.18 2004-01-26 12:51:33 vsc Exp $ *
* mods: $Log: not supported by cvs2svn $
* mods: Revision 1.17 2004/01/26 12:41:06 vsc
* mods: bug fixes
* mods:
* mods: Revision 1.16 2003/01/27 15:55:40 vsc
* mods: use CVS Id
* mods:
@ -127,7 +130,7 @@ datime(void)
#else
oops
#endif /* HAVE_TIME */
tf = YAP_MkApplTerm(YAP_MkFunctor(YAP_LookupAtom("date"),6), 6, out);
tf = YAP_MkApplTerm(YAP_MkFunctor(YAP_LookupAtom("datime"),6), 6, out);
return(YAP_Unify(YAP_ARG1, tf));
}