Changeset 4005 for trunk/integration
- Timestamp:
- 01/01/08 13:51:13 (12 months ago)
- Files:
-
- 1 modified
-
trunk/integration/logtalk_yap.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/integration/logtalk_yap.pl
r4000 r4005 10 10 11 11 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'))).
