Mercurial > hg > plml
changeset 10:7947baf7a624
FIX: error in module import statement.
author | samer |
---|---|
date | Wed, 25 Jan 2012 15:03:40 +0000 |
parents | 60b7b78b3167 |
children | 5e2967a54316 |
files | prolog/plml.pl |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/prolog/plml.pl Fri Jan 20 16:46:57 2012 +0000 +++ b/prolog/plml.pl Wed Jan 25 15:03:40 2012 +0000 @@ -218,9 +218,9 @@ */ :- use_module(library(apply_macros)). +:- use_module(library(utils), [hostname/1]). +:- use_module(library(dcgu)). :- use_module(library(ops)). -:- use_module(library(utils)). -:- use_module(library(dcgu)). :- load_foreign_library(foreign(plml)).