DLL cleanup (yet again)

This commit is contained in:
Vítor Santos Costa
2010-06-14 09:28:20 +01:00
parent de336d7ffe
commit b0096fc2f5
17 changed files with 95 additions and 95 deletions

View File

@@ -93,7 +93,7 @@
:- set_prolog_flag(user_flags,silent).
:- load_foreign_files([plstream], [], initIO).
:- load_foreign_files([libplstream], [], initIO).
% Time is given as a float in SWI-Prolog.
swi_get_time(FSecs) :- datime(Datime), mktime(Datime, Secs), FSecs is Secs*1.0.