Changeset 4005 for trunk/integration

Show
Ignore:
Timestamp:
01/01/08 13:51:13 (12 months ago)
Author:
pmoura
Message:

Use an initialization/1 directive in the Logtalk integration script auxiliary Prolog flag.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/integration/logtalk_yap.pl

    r4000 r4005  
    1010 
    1111 
    12 :- reconsult('$LOGTALKUSER/configs/yap.config'). 
    13 :- reconsult('$LOGTALKHOME/compiler/logtalk.pl'). 
    14 :- reconsult('$LOGTALKUSER/libpaths/libpaths.pl'). 
     12:- initialization(( 
     13    reconsult('$LOGTALKUSER/configs/yap.config'), flush_output, 
     14    reconsult('$LOGTALKHOME/compiler/logtalk.pl'), flush_output, 
     15    reconsult('$LOGTALKUSER/libpaths/libpaths.pl'))).