push directives to as early as possible.

This commit is contained in:
Vítor Santos Costa 2014-10-02 14:41:41 +01:00
parent fe0e12b030
commit 5a40f834f1

View File

@ -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'
].