fix a stupid threads bug

This commit is contained in:
Vítor Santos Costa
2008-09-04 16:58:45 +01:00
parent 6046f9f913
commit 65ccd336b2
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
copy_line/2,
filter/3,
file_filter/3,
process/2,
process/2
]).
:- meta_predicate filter(+,+,:), file_filter(+,+,:), process(+,:).