From 5a40f834f1323b8b743cceeb0350dd132e5fd0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Thu, 2 Oct 2014 14:41:41 +0100 Subject: [PATCH] push directives to as early as possible. --- pl/init.yap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pl/init.yap b/pl/init.yap index 1b390d77c..8d1527f35 100644 --- a/pl/init.yap +++ b/pl/init.yap @@ -118,10 +118,10 @@ otherwise. :- bootstrap('os.yap'). :- bootstrap('absf.yap'). -:- [ 'utils.yap', +:- [ 'directives.yap', + 'utils.yap', 'control.yap', 'arith.yap', - 'directives.yap', 'flags.yap' ].