fixes for thread support
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1153 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
regexp/4
|
||||
]).
|
||||
|
||||
:- load_foreign_files([regexp,regcomp,regfree,regerror,regexec], [], init_regexp).
|
||||
:- load_foreign_files([regexp], [], init_regexp).
|
||||
|
||||
regexp(RegExp, String, Opts) :-
|
||||
length(RegExp, LRE),
|
||||
|
||||
Reference in New Issue
Block a user