From 3b9219afe4ac266ff742a255387a35f01e6d2308 Mon Sep 17 00:00:00 2001 From: vsc Date: Tue, 12 Mar 2002 15:09:27 +0000 Subject: [PATCH] fix profiling git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@411 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- pl/init.yap | 1 + 1 file changed, 1 insertion(+) diff --git a/pl/init.yap b/pl/init.yap index c01bb5268..52f610993 100644 --- a/pl/init.yap +++ b/pl/init.yap @@ -57,6 +57,7 @@ false :- false. % modules must be after preds, otherwise we will have trouble % with meta-predicate expansion being invoked 'modules.yap', + 'profile.yap', 'load_foreign.yap', 'sockets.yap', 'sort.yap',