Changeset 4013 for trunk/integration

Show
Ignore:
Timestamp:
01/09/08 15:19:24 (12 months ago)
Author:
pmoura
Message:

Removed debugging calls to the flush_output/0 built-in predicate from the YAP integration support Prolog file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/integration/logtalk_yap.pl

    r4005 r4013  
    1111 
    1212:- initialization(( 
    13     reconsult('$LOGTALKUSER/configs/yap.config'), flush_output, 
    14     reconsult('$LOGTALKHOME/compiler/logtalk.pl'), flush_output, 
     13    reconsult('$LOGTALKUSER/configs/yap.config'), 
     14    reconsult('$LOGTALKHOME/compiler/logtalk.pl'), 
    1515    reconsult('$LOGTALKUSER/libpaths/libpaths.pl'))).